diff options
Diffstat (limited to 'data/test1.c')
-rw-r--r-- | data/test1.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/test1.c b/data/test1.c new file mode 100644 index 0000000..e336f81 --- /dev/null +++ b/data/test1.c @@ -0,0 +1,3 @@ +void main() { + println("Hello world"); +} |