diff --git a/Lab_1_1.cpp b/Lab_1_1.cpp new file mode 100644 index 0000000..c4d9393 --- /dev/null +++ b/Lab_1_1.cpp @@ -0,0 +1,9 @@ + + +#include + +int main() +{ + std::cout << "Hello World!\n"; +} +