From 95df71e6ce9ec3887f7e88accda7c9b29c538d86 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 25 Jul 2022 10:25:51 -0400 Subject: Add basic support for building C code --- Biz/Bild/Example.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Biz/Bild/Example.c (limited to 'Biz/Bild') diff --git a/Biz/Bild/Example.c b/Biz/Bild/Example.c new file mode 100644 index 0000000..06e6ed8 --- /dev/null +++ b/Biz/Bild/Example.c @@ -0,0 +1,6 @@ +// : out helloworld.exe +void +main() +{ + printf("Biz/Bild/Example.c: Hello world!\n"); +} -- cgit v1.2.3