added the second exercise for bit manipulation
This commit is contained in:
parent
0c9147dba2
commit
0293629a6c
3 changed files with 71 additions and 0 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue