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

5
g/Gleam.gleam Normal file
View File

@@ -0,0 +1,5 @@
import gleam/io
pub fn main() {
io.println("Hello World")
}