mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 00:50:00 +00:00
Added string specifier in format strings (#3)
This is now required in current versions of Zig.
This commit is contained in:
@@ -20,5 +20,5 @@ pub fn main() void {
|
||||
And the Spiders from Mars
|
||||
;
|
||||
|
||||
std.debug.print("{}\n",.{lyrics});
|
||||
std.debug.print("{s}\n",.{lyrics});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user