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