add ex065 builtins2
This commit is contained in:
parent
d192e52825
commit
92460f69ee
3 changed files with 158 additions and 0 deletions
|
|
@ -317,6 +317,7 @@ const exercises = [_]Exercise{
|
|||
.{
|
||||
.main_file = "062_loop_expressions.zig",
|
||||
.output = "Current language: Zig",
|
||||
.hint = "Surely the current language is 'Zig'!",
|
||||
},
|
||||
.{
|
||||
.main_file = "063_labels.zig",
|
||||
|
|
@ -326,6 +327,10 @@ const exercises = [_]Exercise{
|
|||
.main_file = "064_builtins.zig",
|
||||
.output = "1101 + 0101 = 0010 (true). Furthermore, 11110000 backwards is 00001111.",
|
||||
},
|
||||
.{
|
||||
.main_file = "065_builtins2.zig",
|
||||
.output = "A Narcissus loves all Narcissuses. He has room in his heart for: me myself.",
|
||||
},
|
||||
};
|
||||
|
||||
/// Check the zig version to make sure it can compile the examples properly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue