This commit is contained in:
Jairinho 2024-05-06 18:11:38 -04:00
parent d23622d0af
commit 332f56b6b4
Signed by: tangzero
GPG Key ID: 00C38159245F9F6D

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