mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
fix fmt
This commit is contained in:
parent
e051903055
commit
d6051b8b72
1 changed files with 5 additions and 1 deletions
|
@ -302,7 +302,11 @@ const exercises = [_]Exercise{
|
||||||
.main_file = "057_unions3.zig",
|
.main_file = "057_unions3.zig",
|
||||||
.output = "Insect report! Ant alive is: true. Bee visited 17 flowers.",
|
.output = "Insect report! Ant alive is: true. Bee visited 17 flowers.",
|
||||||
},
|
},
|
||||||
.{ .main_file = "058_quiz7.zig", .output = "Archer's Point--2->Bridge--1->Dogwood Grove--3->Cottage--2->East Pond--1->Fox Pond", .hint = "This is the biggest program we've seen yet. But you can do it!" },
|
.{
|
||||||
|
.main_file = "058_quiz7.zig",
|
||||||
|
.output = "Archer's Point--2->Bridge--1->Dogwood Grove--3->Cottage--2->East Pond--1->Fox Pond",
|
||||||
|
.hint = "This is the biggest program we've seen yet. But you can do it!"
|
||||||
|
},
|
||||||
.{
|
.{
|
||||||
.main_file = "059_integers.zig",
|
.main_file = "059_integers.zig",
|
||||||
.output = "Zig is cool.",
|
.output = "Zig is cool.",
|
||||||
|
|
Loading…
Reference in a new issue