aboutsummaryrefslogtreecommitdiff
path: root/src/content/chapter5_advance_features/lesson02_todo/code.gleam
blob: d5abe8f4385c7bd6d18758df34b931384c5e369e (plain)
1
2
3
4
5
6
7
pub fn main() {
  todo as "I haven't written this code yet!"
}

pub fn todo_without_reason() {
  todo
}