Delete Test.cpp
This commit is contained in:
parent
047967c555
commit
dd96ece1eb
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
#include "BrandMeisterBridge.h"
|
|
||||||
|
|
||||||
int main(int argc, const char* argv[])
|
|
||||||
{
|
|
||||||
BrandMeisterBridge bridge;
|
|
||||||
// Test 1
|
|
||||||
printf("Talker: %s\n", bridge.getTalker());
|
|
||||||
// Test 2
|
|
||||||
bridge.setTalker("R3ABM", "Artem");
|
|
||||||
return 0;
|
|
||||||
};
|
|
Loading…
Add table
Reference in a new issue