From a207a7f39514f03ddfafbe39e52a3fae57a414b4 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Wed, 5 Aug 2026 01:05:22 -0400 Subject: got hello world working with some hacks --- test/hello-world.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/hello-world.c (limited to 'test') diff --git a/test/hello-world.c b/test/hello-world.c new file mode 100644 index 0000000..ec2e87c --- /dev/null +++ b/test/hello-world.c @@ -0,0 +1,6 @@ +void printf(char* str); + +int main (int argc, char** argv) { + printf("hello world\n"); + return 0; +} -- cgit v1.2.3