007
This commit is contained in:
parent
5ff6e7ed86
commit
81dc96d1c0
1 changed files with 3 additions and 3 deletions
|
@ -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});
|
||||
|
|
Loading…
Add table
Reference in a new issue