mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
output fixes to 16 and 19
This commit is contained in:
parent
eb24c6291a
commit
e978b09a0a
1 changed files with 3 additions and 3 deletions
|
@ -123,7 +123,7 @@ const exercises = [_]Exercise{
|
|||
},
|
||||
.{
|
||||
.main_file = "016_for2.zig",
|
||||
.output = "13",
|
||||
.output = "The value of bits '1101': 13.",
|
||||
},
|
||||
.{
|
||||
.main_file = "017_quiz2.zig",
|
||||
|
@ -137,7 +137,7 @@ const exercises = [_]Exercise{
|
|||
},
|
||||
.{
|
||||
.main_file = "019_functions2.zig",
|
||||
.output = "2 4 8 16",
|
||||
.output = "Powers of two: 2 4 8 16",
|
||||
},
|
||||
.{
|
||||
.main_file = "020_quiz3.zig",
|
||||
|
@ -151,7 +151,7 @@ const exercises = [_]Exercise{
|
|||
},
|
||||
.{
|
||||
.main_file = "022_errors2.zig",
|
||||
.output = "I compiled",
|
||||
.output = "I compiled!",
|
||||
.hint = "Get the error union type right to allow this to compile.",
|
||||
},
|
||||
.{
|
||||
|
|
Loading…
Reference in a new issue