@@ -0,0 +1 @@
+vodus
@@ -0,0 +1,2 @@
+vodus: main.cpp
+ clang++ -Wall -o vodus main.cpp
@@ -0,0 +1,8 @@
+#include <cstdio>
+
+int main(int argc, char *argv[])
+{
+ printf("Hello, Vodus\n");
+ return 0;
+}