This commit is contained in:
Adam Millerchip 2021-12-25 23:05:14 +09:00
parent dace6d213f
commit 33f06ded1c
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ pub fn main() void {
// We're just missing a couple things. One thing we're NOT missing is the
// keyword "pub", which is not needed here. Can you guess why?
//
??? deepThought() ??? {
fn deepThought() u8 {
return 42; // Number courtesy Douglas Adams
}