diff --git a/code/hello.cpp b/code/hello.cpp new file mode 100644 index 0000000..5de2205 --- /dev/null +++ b/code/hello.cpp @@ -0,0 +1,9 @@ +#include + +using namespace::std; + +int main() +{ + cout << "hello world"; + return 0; +}