diff --git a/task1 b/task1
new file mode 100755
index 0000000000000000000000000000000000000000..de144720da7c28e9cf397d87270cea9da9de95e3
Binary files /dev/null and b/task1 differ
diff --git a/task1.cpp b/task1.cpp
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0a6445cf528fb8a8d47da6df5376279715571a27 100644
--- a/task1.cpp
+++ b/task1.cpp
@@ -0,0 +1,5 @@
+#include <cstdio>
+int main() {
+  printf("Hello WOrld!");
+  return 0;
+};