diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-11 17:00:38 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-11 17:00:38 -0600 |
commit | add2520e49da79357b7759d65f7c0863d88669b3 (patch) | |
tree | 90806fe6a03774ce65b0fd1269037452763994d2 /src/main.c | |
parent | 78bd8c4a95049fcd738156a6244635c822044915 (diff) | |
download | cmath-add2520e49da79357b7759d65f7c0863d88669b3.tar.gz cmath-add2520e49da79357b7759d65f7c0863d88669b3.zip |
bug fixes and fix compilation on gcc
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.c b/src/main.c deleted file mode 100644 index 6bb704a..0000000 --- a/src/main.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "lizfcm.h" -#include <stdio.h> - -int main() { - printf("hello, from lizfcm!\n"); - return 0; -} |