From 43f06890e2689af2ef54c4480fe5790692a24f65 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 11 Oct 2023 10:04:04 -0600 Subject: deprecate common lisp solutions and write c; it's too much effort to keep up with the requirements for an archive. --- src/main.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main.c (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..6bb704a --- /dev/null +++ b/src/main.c @@ -0,0 +1,7 @@ +#include "lizfcm.h" +#include + +int main() { + printf("hello, from lizfcm!\n"); + return 0; +} -- cgit v1.2.3-70-g09d2