diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-08-04 12:20:39 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-08-04 12:20:39 +0000 |
| commit | a671def2cf4e5161f664581dea631e8541e3feea (patch) | |
| tree | 65c5d7f87b7f8d1a2a804a957f083231579f9020 /exercises/103_tokenization.zig | |
| parent | 4cc1158fbcc5380cf7d7b38cd63f04733701e7fa (diff) | |
| parent | 28320b169f0db67e9a6f91a9dbba66fbfe67a8fe (diff) | |
Merge branch 'main' into fix-0.14.0-build-changes
Diffstat (limited to 'exercises/103_tokenization.zig')
| -rw-r--r-- | exercises/103_tokenization.zig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/exercises/103_tokenization.zig b/exercises/103_tokenization.zig index eded880..6f71177 100644 --- a/exercises/103_tokenization.zig +++ b/exercises/103_tokenization.zig @@ -119,9 +119,9 @@ // after all we need some practice. Suppose we want to count the words // of this little poem: // -// My name is Ozymandias, King of Kings; -// Look on my Works, ye Mighty, and despair! -// by Percy Bysshe Shelley +// My name is Ozymandias, King of Kings; +// Look on my Works, ye Mighty, and despair! +// by Percy Bysshe Shelley // // const std = @import("std"); |
