summaryrefslogtreecommitdiff
path: root/main version 2.c
diff options
context:
space:
mode:
Diffstat (limited to 'main version 2.c')
-rw-r--r--main version 2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main version 2.c b/main version 2.c
new file mode 100644
index 0000000..f6df884
--- /dev/null
+++ b/main version 2.c
@@ -0,0 +1,4 @@
+int main() {
+ printf("version control is my pashon\n");
+ return 0;
+}