From ab32a441a6aafb29cf615e14dcd284e9f62786ef Mon Sep 17 00:00:00 2001 From: Shagun Agrawal Date: Wed, 24 Jul 2024 18:51:24 +0530 Subject: Add initial compiler implementation --- out.i | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 out.i (limited to 'out.i') diff --git a/out.i b/out.i new file mode 100644 index 0000000..ddd7e48 --- /dev/null +++ b/out.i @@ -0,0 +1,3 @@ +int main(void) { + return 2; +} -- cgit v1.2.3