diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-09 13:42:44 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-09 13:42:44 -0400 |
commit | 97a99175f4f33282fb02e0ad75e02dbc30ace80c (patch) | |
tree | 46cdf8c7dc39f4dccf58590af850ddc2a0e951af /src | |
download | lat-97a99175f4f33282fb02e0ad75e02dbc30ace80c.tar.gz lat-97a99175f4f33282fb02e0ad75e02dbc30ace80c.zip |
Initial commit
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 3 |
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; +} |