From 1902e0d9015deec388a0666adc17f70d7f333106 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 24 Nov 2022 15:35:56 +0100 Subject: [PATCH] compiler-test --- compiler-test.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 compiler-test.c diff --git a/compiler-test.c b/compiler-test.c new file mode 100644 index 0000000..540301a --- /dev/null +++ b/compiler-test.c @@ -0,0 +1,5 @@ +#include + +int main(){ + return 0; +}