018
This commit is contained in:
parent
52829e180e
commit
ce1e0070c3
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ pub fn main() void {
|
||||||
// We're just missing a couple things. One thing we're NOT missing is the
|
// 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?
|
// keyword "pub", which is not needed here. Can you guess why?
|
||||||
//
|
//
|
||||||
??? deepThought() ??? {
|
fn deepThought() u8 {
|
||||||
return 42; // Number courtesy Douglas Adams
|
return 42; // Number courtesy Douglas Adams
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue