Commit Graph

472 Commits

Author SHA1 Message Date
Chris Boesch
af2a30e6da change io explanation 2025-12-30 13:40:24 +01:00
Chris Boesch
3a645ac9db exc. 107 migrated 2025-12-28 21:19:31 +01:00
Chris Boesch
4340642f3c exc. 106 migrated 2025-12-28 20:40:31 +01:00
Chris Boesch
8f9daa12b2 exc. 34 migrated 2025-12-28 14:46:23 +01:00
Chris Boesch
8e30debc6a improved i/o explanation for exc. 26 2025-12-28 02:01:19 +01:00
Chris Boesch
b33fd5a744 exc. 26 migrated 2025-12-28 01:55:06 +01:00
Chris Boesch
21f86f07ad migrated build and test 2025-12-27 23:44:12 +01:00
gregorh
1c552813d9 Formatting 2025-12-24 01:10:39 +01:00
Gregor Hartmann
acf8c483ef change back to original 'format()' sentence 2025-12-24 01:08:19 +01:00
gregorh
8cbce258a6 Update to correct line number
Line 537 is the actual start of the documenting comment.
2025-12-19 17:56:02 +01:00
Gregor Hartmann
0010cb2a68 Update URL to, and function name of, fmt string documentation/comment 2025-12-19 15:46:02 +01:00
Nikhil
82d5dda273 Update zig homepage example in 103 2025-12-14 18:12:51 -08:00
Castanearie
0c9d5abccd restrict parameter type in 'maximumNarcissism' 2025-12-07 23:15:42 +01:00
Chris Boesch
274a49aa53 Added art description 2025-12-07 22:53:34 +01:00
Chris Boesch
757826d45a changed 1 to 42 for better understanding 2025-11-28 14:42:58 +01:00
Chris Boesch
dc416b6c5a changed 'sleep' to async I/O 2025-11-28 14:22:51 +01:00
Chris Boesch
6c8f4ef507 pause slightly extended for faster computers 2025-11-01 15:57:29 +01:00
Chris Boesch
147ff302ec fixed more changes due to new I/O API 2025-11-01 15:46:31 +01:00
Adam Wheeler
87358c610b Wrap comment at 80 chars in 102.
Some of the inline comments in 102 are wrapped into very short lines. This
rewraps the shortest ones for readability.
2025-10-24 11:54:25 -04:00
Chris Boesch
837e6aba3b Fixed description to decimal and scientific notation 2025-10-17 17:59:57 +02:00
Chris Boesch
c7e59864ca Fixed conversion from kg to tons 2025-10-03 13:30:14 +02:00
Chris Boesch
e422e24215 fixes some minor typos 2025-08-24 19:26:30 +02:00
Chris Boesch
a46db7e0e8 Merge branch 'main' into test-expect 2025-08-24 14:59:26 +02:00
Sardorbek Imomaliev
06e56be9c5 fix: 019 typo in example function, missing return type 2025-08-11 21:01:47 +01:00
Chris Boesch
f461986896 Fixed 104 2025-07-22 10:30:19 +02:00
Chris Boesch
0d06220ec5 Fixed 98 2025-07-22 10:24:22 +02:00
Arnold Filip
f21f8f7863 Update stdout writer usage to use std.fs.File 2025-07-22 09:17:24 +02:00
Callum Styan
f5d2c5124c for expectEqual the first param is expected
Signed-off-by: Callum Styan <callumstyan@gmail.com>
2025-07-13 17:02:50 -07:00
Chris Boesch
bc96d06da4 Merge branch 'main' into i278 2025-06-17 14:10:16 +02:00
Chris Boesch
451e1a3739 Fixes the changes in zig's struct.fields 2025-06-17 14:07:31 +02:00
Chris Boesch
d1ffdd16e8 Merge pull request '080: Fix @typeName results in comment' (#271) from felixrabe/exercises:felixrabe-patch-4 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/271
2025-06-11 15:27:48 +02:00
Chris Boesch
37698736ce Merge pull request '099: Make hex example match output' (#274) from felixrabe/exercises:felixrabe-patch-5 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/274
2025-06-11 15:12:01 +02:00
felixrabe
b1223f92ed 108: . 2025-06-01 01:08:07 +02:00
felixrabe
91f1c045bc 108: Make pretty 2025-06-01 01:05:37 +02:00
felixrabe
69ad718446 099: Make hex example match output 2025-05-31 23:15:55 +02:00
felixrabe
14c81a6cef 080: Fix @typeName results in comment 2025-05-30 21:54:25 +02:00
felixrabe
76b8fcdb28 Add ')' 2025-05-30 12:12:26 +02:00
Chris Boesch
761fb1a501 Changed the values for better understanding 2025-05-12 21:36:37 +02:00
Jost Alemann
522b4673a4 fix: typos 2025-03-20 21:24:40 +01:00
Yevhen Babiichuk (DustDFG)
6f3cdcf018 Update type info for StructField type in 082
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
2025-03-14 16:47:27 +02:00
mz0
a22f1df0a1 Shuttle weight fixed w.r.t. issue-211 2025-03-03 20:32:41 +04:00
Chris Boesch
7382949018 Shuttle weight fixed 2025-02-14 09:17:16 +01:00
Alexander Sisco
cd94f6023c fixed spelling of 'bitmask' 2025-02-13 13:14:29 -08:00
Alexander Sisco
90e90c997e fixed formatting 2025-02-13 12:45:46 -08:00
Alexander Sisco
8384d4d9bf fixed minor spelling and grammar typos 2025-02-12 12:59:29 -08:00
Alexander Sisco
2437edd51f fixed incorrect bitmask in xor example 2025-02-11 15:21:26 -08:00
Alexander Sisco
f7e8d4c444 added header for quiz problems 2025-02-11 15:13:25 -08:00
Alexander Sisco
b7b3297d06 added blank lines between sections to make them
easier to find
2025-02-11 15:11:55 -08:00
Alexander Sisco
6fbf81d929 edited the first two paragraphs 2025-02-11 15:07:51 -08:00
Alexander Sisco
465536baf0 made some simple changes to the wording to reflect
the fact that this is a quiz
2025-02-11 13:45:51 -08:00