restore test
This commit is contained in:
7
test/cxx/src/example.cpp
Normal file
7
test/cxx/src/example.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Hello World!";
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user