diff --git a/homeworks/Homework 1.1/hello/hello.cpp b/homeworks/Homework 1.1/hello/hello.cpp new file mode 100644 index 0000000..10d60d4 --- /dev/null +++ b/homeworks/Homework 1.1/hello/hello.cpp @@ -0,0 +1,7 @@ +#include + +int main() { + // This is a comment + puts("Hello World!"); + return 0; +} \ No newline at end of file