mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-09 16:39:58 +00:00
added the second exercise for bit manipulation
This commit is contained in:
@@ -508,6 +508,10 @@ const exercises = [_]Exercise{
|
||||
.main_file = "097_bit_manipulation.zig",
|
||||
.output = "x = 0; y = 1",
|
||||
},
|
||||
.{
|
||||
.main_file = "098_bit_manipulation2.zig",
|
||||
.output = "Is this a pangram? true!",
|
||||
},
|
||||
.{
|
||||
.main_file = "999_the_end.zig",
|
||||
.output = "\nThis is the end for now!\nWe hope you had fun and were able to learn a lot, so visit us again when the next exercises are available.",
|
||||
|
||||
Reference in New Issue
Block a user