mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-04-07 16:35:04 +01:00
Output from #60 adapted
This commit is contained in:
parent
7382949018
commit
f285bd59a4
1 changed files with 2 additions and 3 deletions
|
@ -283,7 +283,6 @@ pub fn build(b: *Build) !void {
|
|||
starting_exercise = try std.fmt.parseInt(u32, contents, 10);
|
||||
} else |err| {
|
||||
switch (err) {
|
||||
|
||||
std.fs.File.OpenError.FileNotFound => {
|
||||
// This is fine, may be the first time tests are run or progress have been reset
|
||||
},
|
||||
|
@ -964,7 +963,7 @@ const exercises = [_]Exercise{
|
|||
},
|
||||
.{
|
||||
.main_file = "060_floats.zig",
|
||||
.output = "Shuttle liftoff weight: 2032092kg",
|
||||
.output = "Shuttle liftoff weight: 2032kg",
|
||||
},
|
||||
.{
|
||||
.main_file = "061_coercions.zig",
|
||||
|
|
Loading…
Reference in a new issue