summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2022-12-02 16:04:43 -0800
committerLouie S <louie@example.com>2023-06-29 17:15:37 -0700
commit58a911618ad82507de8319615309a85341bdc014 (patch)
tree2c8984ea6559cfc37a5cfe1d5bc7cca23d48abe8 /src/main.c
First commit
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..15d3008
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,4 @@
+
+int main() {
+ return 0;
+}