mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Normalized exercise output, answers (#41)
1. All exercises should print a trailing \n 2. The build script should always show you _exactly_ what it's looking for when you get it wrong. Therefore, .output should be set to the exact expected output.
This commit is contained in:
@@ -52,7 +52,7 @@ pub fn main() void {
|
||||
// Ouch! Glorp takes a punch!
|
||||
glorp_the_wise.health -= 10;
|
||||
|
||||
std.debug.print("Your wizard has {} health and {} gold.", .{
|
||||
std.debug.print("Your wizard has {} health and {} gold.\n", .{
|
||||
glorp_the_wise.health,
|
||||
glorp_the_wise.gold,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user