migrated build and test

This commit is contained in:
Chris Boesch
2025-12-27 23:44:12 +01:00
parent a5febf58c9
commit 21f86f07ad
4 changed files with 64 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
--- exercises/026_hello2.zig 2025-07-22 09:55:51.337832401 +0200
+++ answers/026_hello2.zig 2025-07-22 10:00:11.233348058 +0200
@@ -23,5 +23,5 @@
--- exercises/026_hello2.zig 2025-12-27 21:15:21.403899392 +0100
+++ answers/026_hello2.zig 2025-12-27 20:28:53.267236800 +0100
@@ -27,5 +27,5 @@
// to be able to pass it up as a return value of main().
//
// We just learned of a single statement which can accomplish this.