2022-02-12 17:58:14 -08:00
|
|
|
fn favourite_number() -> Int {
|
|
|
|
|
todo("We're going to decide which number is best tomorrow")
|
2023-12-24 12:52:21 +01:00
|
|
|
// <- @keyword
|
|
|
|
|
// ^ @punctuation.bracket
|
|
|
|
|
// ^ @string
|
|
|
|
|
// ^ @punctuation.bracket
|
2022-02-12 17:58:14 -08:00
|
|
|
}
|