1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-09-21 03:10:04 +02:00

add test.gleam

This commit is contained in:
Lunarmagpie 2023-03-08 02:30:24 -05:00
parent fc66830d57
commit e37bfb022f

5
packages/gleam/0.26.2/test.gleam vendored Normal file
View file

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