mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-07-28 18:25:16 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 529b294cc3 | |||
| e928d2c7b1 |
@@ -576,6 +576,8 @@ const exercises = [_]Exercise{
|
|||||||
.main_file = "005_arrays2.zig",
|
.main_file = "005_arrays2.zig",
|
||||||
.output = "LEET: 1337, Bits: 100110011001",
|
.output = "LEET: 1337, Bits: 100110011001",
|
||||||
.hint = "Fill in the two arrays.",
|
.hint = "Fill in the two arrays.",
|
||||||
|
.skip = true,
|
||||||
|
.skip_hint = "Better solution is needed.",
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.main_file = "006_strings.zig",
|
.main_file = "006_strings.zig",
|
||||||
|
|||||||
Reference in New Issue
Block a user