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 { pub fn main() void {
const lyrics = const lyrics =
Ziggy played guitar \\Ziggy played guitar
Jamming good with Andrew Kelley \\Jamming good with Andrew Kelley
And the Spiders from Mars \\And the Spiders from Mars
; ;
std.debug.print("{s}\n", .{lyrics}); std.debug.print("{s}\n", .{lyrics});