diff options
| author | Chris Boesch <[email protected]> | 2023-06-26 09:21:26 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-26 09:21:26 +0200 |
| commit | c3aed336e70392e33dfebf32489f803bf6736ab9 (patch) | |
| tree | 18a2baf09cc1fecdc79a73cdf8ad9f9cc51fd47e /build.zig | |
| parent | 2705e16c364f6a224e418fa895b9a60246a8bad0 (diff) | |
| parent | a2b0b976a688ce2f6694f1767961b31ccfdb510f (diff) | |
| download | ziglings-c3aed336e70392e33dfebf32489f803bf6736ab9.tar.xz ziglings-c3aed336e70392e33dfebf32489f803bf6736ab9.zip | |
Merge pull request #331 from ratfactor/tokenization
First tokenization exerice
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1058,6 +1058,27 @@ const exercises = [_]Exercise{ .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 = \\ |
