index
:
lustre
main
gleam lustre
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
99-full-stack-applications
/
shared
/
src
/
shared.gleam
blob: 4b3811b91a9f81c6716f53217f6440d5437916e6 (
plain
)
1
2
3
4
5
import gleam/io pub fn main() { io.println("Hello from shared!") }