exercises/patches/patches/007_strings2.patch

15 lines
461 B
Diff

--- exercises/007_strings2.zig 2023-10-03 22:15:22.122241138 +0200
+++ answers/007_strings2.zig 2023-10-05 20:04:06.872763449 +0200
@@ -15,9 +15,9 @@
pub fn main() void {
const lyrics =
- Ziggy played guitar
- Jamming good with Andrew Kelley
- And the Spiders from Mars
+ \\Ziggy played guitar
+ \\Jamming good with Andrew Kelley
+ \\And the Spiders from Mars
;
std.debug.print("{s}\n", .{lyrics});