diff --git a/test.od b/test.od new file mode 100644 index 0000000..02c2211 --- /dev/null +++ b/test.od @@ -0,0 +1,5 @@ +let hoge = 3; +if (true){ + puts(hoge) +} +puts("hello world") \ No newline at end of file