first commit
This commit is contained in:
9
example/serialHello.cpp
Normal file
9
example/serialHello.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main(int argc, char ** argv){
|
||||
cout << "hello World/n";
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user