mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-01 16:03:31 +02:00
Apply zig fmt to exercises
This commit is contained in:
@@ -8,17 +8,17 @@
|
||||
// \\Line One
|
||||
// \\Line Two
|
||||
// ;
|
||||
//
|
||||
//
|
||||
// See if you can make this program print some song lyrics.
|
||||
//
|
||||
const std = @import("std");
|
||||
|
||||
pub fn main() void {
|
||||
const lyrics =
|
||||
const lyrics =
|
||||
Ziggy played guitar
|
||||
Jamming good with Andrew Kelley
|
||||
And the Spiders from Mars
|
||||
;
|
||||
|
||||
std.debug.print("{s}\n",.{lyrics});
|
||||
std.debug.print("{s}\n", .{lyrics});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user