summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-02-27 21:05:34 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-02-27 21:05:34 +0800
commit5c508c9698d49f852834baff8bd3e2fb93370a0f (patch)
treee9d17cbaacbc7f98dba5a6e5bc391d61e88b598e /main.c
downloadcvn-5c508c9698d49f852834baff8bd3e2fb93370a0f.tar.gz
Initial commit: makefile, main, gitignore.
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
new file mode 100644
index 0000000..50bc2c9
--- /dev/null
+++ b/main.c
@@ -0,0 +1,4 @@
+int main(int argc, char *argv[])
+{
+ return 0;
+}