Add Wax and Gleam (#1417)

This commit is contained in:
gnuhead-chieb
2022-10-23 22:01:15 +09:00
committed by GitHub
parent 7957107d97
commit b35029cf09
3 changed files with 15 additions and 3 deletions

4
w/Wax.wax Normal file
View File

@@ -0,0 +1,4 @@
(func main (result int)
(print "Hello World")
(return 0)
)