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