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
3
3
// ready for the next exercise, enter `n` in the terminal.
4
4
//
5
5
// 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
-
3
1
fn main ( ) {
2
+ // TODO: Fix the code to print "Hello world!".
4
3
printline ! ( "Hello world!" ) ;
5
4
}
Original file line number Diff line number Diff line change 1
1
// TODO: Fix the compiler error.
2
-
3
2
fn main ( ) {
4
3
let x = 3 ;
5
4
println ! ( "Number {x}" ) ;
You can’t perform that action at this time.
0 commit comments