aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorMarvin Borner2020-11-02 21:19:46 +0100
committerMarvin Borner2020-11-02 21:19:46 +0100
commitf5764042751c94598e8d8dfd7a9f9cd0efe57f37 (patch)
treeb89af24982117733ebbce4a166d799dff12e6ad9 /res
parent7099f31ccd88bd2afa3ca5fb52610ef1b3206c5e (diff)
Ported c4 compiler (kinda working!)
Diffstat (limited to 'res')
-rw-r--r--res/test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/test.c b/res/test.c
new file mode 100644
index 0000000..ead84da
--- /dev/null
+++ b/res/test.c
@@ -0,0 +1,5 @@
+int main()
+{
+ printf("Hello, world!\n");
+ return 0;
+}