mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 14:03:10 -05:00
fixed hint typo
This commit is contained in:
parent
14c7e73343
commit
2ecf31daa4
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ const exercises = [_]Exercise{
|
||||||
.{
|
.{
|
||||||
.main_file = "049_quiz6.zig",
|
.main_file = "049_quiz6.zig",
|
||||||
.output = "A B C Cv Bv Av",
|
.output = "A B C Cv Bv Av",
|
||||||
.hint = "Now you're writting Zig!",
|
.hint = "Now you're writing Zig!",
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.main_file = "050_no_value.zig",
|
.main_file = "050_no_value.zig",
|
||||||
|
|
Loading…
Reference in a new issue