This commit is contained in:
Adam Millerchip 2021-12-25 18:34:44 +09:00
parent f8d8a18a8c
commit 10c9035a9d
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ const std = @import("std");
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});