TP_13 exo1: Commit the basic exercice structure with a smart buildsystem
[TD_C.git] / TP_13 / exo1 / src / exo1.c
diff --git a/TP_13/exo1/src/exo1.c b/TP_13/exo1/src/exo1.c
new file mode 100644 (file)
index 0000000..06f5f8d
--- /dev/null
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main() {
+    printf("Hello world\n");
+
+    return 0;
+}