index
:
tour
master
gleam language tour
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lessons
/
src
/
lesson002_another
/
code.gleam
blob: 440dc98c3c04c8d20eccddef643e430666f7bc73 (
plain
)
1
2
3
4
5
import gleam/io pub fn main() { io.println("Hello, Mike!") }