diff --git a/CRISS_211MT012/helloworld.cpp b/CRISS_211MT012/helloworld.cpp new file mode 100644 index 0000000..8b09503 --- /dev/null +++ b/CRISS_211MT012/helloworld.cpp @@ -0,0 +1,6 @@ +#include + +int main() { + std::cout << "Hello World!"; + return 0; +} \ No newline at end of file diff --git a/CRISS_211MT012/helloworld.exe b/CRISS_211MT012/helloworld.exe new file mode 100644 index 0000000..dba27f9 Binary files /dev/null and b/CRISS_211MT012/helloworld.exe differ