File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- // We sometimes encourage you to keep trying things on a given exercise, even
2- // after you already figured it out. If you got everything working and feel
1+ // TODO: We sometimes encourage you to keep trying things on a given exercise,
2+ // even after you already figured it out. If you got everything working and feel
33// ready for the next exercise, enter `n` in the terminal.
44//
55// The exercise file will be reloaded when you change one of the lines below!
Original file line number Diff line number Diff line change 1- // TODO: Fix the code to print "Hello world!".
2-
31fn main ( ) {
2+ // TODO: Fix the code to print "Hello world!".
43 printline ! ( "Hello world!" ) ;
54}
Original file line number Diff line number Diff line change 11// TODO: Fix the compiler error.
2-
32fn main ( ) {
43 let x = 3 ;
54 println ! ( "Number {x}" ) ;
You can’t perform that action at this time.
0 commit comments