aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-09 13:42:44 -0400
committerShav Kinderlehrer <[email protected]>2023-04-09 13:42:44 -0400
commit97a99175f4f33282fb02e0ad75e02dbc30ace80c (patch)
tree46cdf8c7dc39f4dccf58590af850ddc2a0e951af /src
downloadlat-97a99175f4f33282fb02e0ad75e02dbc30ace80c.tar.gz
lat-97a99175f4f33282fb02e0ad75e02dbc30ace80c.zip
Initial commit
Diffstat (limited to 'src')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..03b2213
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,3 @@
+int main(void) {
+ return 0;
+}