First tokenization exerice.
This commit is contained in:
parent
371beb1658
commit
ec5e15ab67
3 changed files with 175 additions and 0 deletions
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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue