diff options
author | Galen Guyer <galen@galenguyer.com> | 2021-04-24 15:11:25 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2021-04-24 15:11:25 -0400 |
commit | 73da8b7cfd65c3a1ab015d1355a0174404312a74 (patch) | |
tree | c241ddb5cf86b1afc8595eadcc8cbe24fa5702ea /composer.c |
Add new project files
Diffstat (limited to 'composer.c')
-rw-r--r-- | composer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.c b/composer.c new file mode 100644 index 0000000..9eab473 --- /dev/null +++ b/composer.c @@ -0,0 +1,3 @@ +int main(int argc, char** argv) { + return 0; +}
\ No newline at end of file |