mirror of
https://codeberg.org/ziglings/exercises.git
synced 2024-12-26 01:20:30 +00:00
Compare commits
2 commits
e2b20b3406
...
71b4f5ea81
Author | SHA1 | Date | |
---|---|---|---|
|
71b4f5ea81 | ||
|
8f49400aa1 |
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
--- exercises/058_quiz7.zig 2023-10-03 22:15:22.125574535 +0200
|
--- exercises/058_quiz7.zig 2024-10-28 09:06:49.448505460 +0100
|
||||||
+++ answers/058_quiz7.zig 2023-10-05 20:04:07.106101152 +0200
|
+++ answers/058_quiz7.zig 2024-10-28 09:35:14.631932322 +0100
|
||||||
@@ -192,8 +192,8 @@
|
@@ -192,8 +192,8 @@
|
||||||
// Oops! The hermit forgot how to capture the union values
|
// Oops! The hermit forgot how to capture the union values
|
||||||
// in a switch statement. Please capture both values as
|
// in a switch statement. Please capture each value as
|
||||||
// 'p' so the print statements work!
|
// 'p' so the print statements work!
|
||||||
- .place => print("{s}", .{p.name}),
|
- .place => print("{s}", .{p.name}),
|
||||||
- .path => print("--{}->", .{p.dist}),
|
- .path => print("--{}->", .{p.dist}),
|
||||||
|
|
Loading…
Reference in a new issue