index
:
tour
master
gleam language tour
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
content
/
chapter0_basics
/
lesson10_discard_patterns
/
code.gleam
blob: fa2c0e3165f925e1e8993d98f0780138e5f9342b (
plain
)
1
2
3
4
pub fn main() { // This variable is never used let _score = 1000 }