2 Commits

Author SHA1 Message Date
Chris Boesch
6aaf048935 Merge pull request 'removed unnecessary shell prompt' (#449) from readme-fixes into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/449
2026-06-04 20:17:48 +02:00
Chris Boesch
febc5e8bd2 removed unnecessary shell prompt 2026-06-04 20:16:35 +02:00

View File

@@ -44,7 +44,7 @@ in that case, you can download it directly from the [build directory](https://zi
Verify the installation and build number of `zig` like so: Verify the installation and build number of `zig` like so:
``` ```
$ zig version zig version
0.17.0-dev.xxxx+xxxxxxxxx 0.17.0-dev.xxxx+xxxxxxxxx
``` ```