mirror of
https://codeberg.org/ziglings/exercises.git
synced 2024-12-26 01:20:30 +00:00
Merge pull request 'Fixed error message through a TAB in the comment, see https://github.com/ziglang/zig/issues/20928' (#137) from work into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/137
This commit is contained in:
commit
28320b169f
1 changed files with 3 additions and 3 deletions
|
@ -119,9 +119,9 @@
|
||||||
// after all we need some practice. Suppose we want to count the words
|
// after all we need some practice. Suppose we want to count the words
|
||||||
// of this little poem:
|
// of this little poem:
|
||||||
//
|
//
|
||||||
// My name is Ozymandias, King of Kings;
|
// My name is Ozymandias, King of Kings;
|
||||||
// Look on my Works, ye Mighty, and despair!
|
// Look on my Works, ye Mighty, and despair!
|
||||||
// by Percy Bysshe Shelley
|
// by Percy Bysshe Shelley
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
|
|
Loading…
Reference in a new issue