add hello world
This commit is contained in:
7
single_file_tests/hello_world.cc
Normal file
7
single_file_tests/hello_world.cc
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
cout << "hello" << " " << "world" << "!" << endl;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user