mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 09:00:00 +00:00
Updated build version requirement to 0.10.0-dev.3385
This commit is contained in:
@@ -71,6 +71,7 @@ pub fn main() void {
|
||||
var first_line2: Err!*const [21]u8 = ???;
|
||||
first_line2 = "which can eternal lie";
|
||||
|
||||
// Note we need the "{!s}" format for the error union string.
|
||||
std.debug.print("{s} {!s} / ", .{ first_line1, first_line2 });
|
||||
|
||||
printSecondLine();
|
||||
|
||||
Reference in New Issue
Block a user