summaryrefslogtreecommitdiff
path: root/main version 4.c
diff options
context:
space:
mode:
Diffstat (limited to 'main version 4.c')
-rw-r--r--main version 4.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/main version 4.c b/main version 4.c
new file mode 100644
index 0000000..c6082ce
--- /dev/null
+++ b/main version 4.c
@@ -0,0 +1,5 @@
+int main() {
+ const char* strnmg = "version control is my passion";
+ printf("%s\n", strnmg);
+ return 0;
+}