This commit is contained in:
Armin Friedl 2025-01-18 16:00:53 +01:00
parent 52829e180e
commit ce1e0070c3

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