This commit is contained in:
Armin Friedl 2025-01-18 15:32:57 +01:00
parent 5ff6e7ed86
commit 81dc96d1c0

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});