aboutsummaryrefslogtreecommitdiff
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
}