mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
First tokenization exerice.
This commit is contained in:
21
build.zig
21
build.zig
@@ -1057,6 +1057,27 @@ const exercises = [_]Exercise{
|
||||
.output = "",
|
||||
.kind = .@"test",
|
||||
},
|
||||
.{
|
||||
.main_file = "103_tokenization.zig",
|
||||
.output =
|
||||
\\My
|
||||
\\name
|
||||
\\is
|
||||
\\Ozymandias
|
||||
\\King
|
||||
\\of
|
||||
\\Kings
|
||||
\\Look
|
||||
\\on
|
||||
\\my
|
||||
\\Works
|
||||
\\ye
|
||||
\\Mighty
|
||||
\\and
|
||||
\\despair
|
||||
\\This little poem has 15 words!
|
||||
,
|
||||
},
|
||||
.{
|
||||
.main_file = "999_the_end.zig",
|
||||
.output =
|
||||
|
||||
Reference in New Issue
Block a user