From 2bdcaf319b1d74ffbaccf08a58336f804761beab Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 9 Jul 2026 23:51:55 -0400 Subject: Refactor into monorepo --- json/src/main.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 json/src/main.c (limited to 'json/src/main.c') diff --git a/json/src/main.c b/json/src/main.c new file mode 100644 index 0000000..a7bf8c4 --- /dev/null +++ b/json/src/main.c @@ -0,0 +1,6 @@ +#include + +int main(void) { + puts("hello computer"); + return 0; +} -- cgit v1.3.1