Commit graph

10 commits

Author SHA1 Message Date
dcde00e30c
Merge branch 'main' of https://codeberg.org/ziglings/exercises 2024-06-01 06:41:29 -04:00
Nico Elbers
0279826f5b
Ignore .zig-cache for new zig versions
zig cache directory was updated in ziglang/zig#20115
2024-05-30 18:23:28 +02:00
30d90e0019
Merge branch 'main' of https://codeberg.org/ziglings/exercises 2024-04-17 21:13:37 -04:00
Dizzyi
ec6f6c5870 added exercise/106_files.zig 2024-03-25 01:11:33 +08:00
a9688fdda0
001-036 completed 2024-01-10 02:52:58 -05:00
Manlio Perillo
9273fe2dd8 .gitignore: add zig-out, remove vim backup and swap files
Add the zig-out directory, since the install step is available.

Remove the vim backup and swap files, since it is possible to configure
vim to use a custom directory.

Ensure all the directories are anchored to the root directory.

Closes #251
2023-04-25 16:13:38 +02:00
Dave Gauer
03a09639c6 Added testing ability
For the full details, see patches/README.md :-)
2021-02-14 18:36:09 -05:00
Dave Gauer
545573fc84 Added ex 45 optionals
(And secretly added the patches/ dir. Don't tell anybody!)
2021-02-14 10:49:09 -05:00
Martin Wickham
6e576785c5 Use a zig build script to run ziglings 2021-02-11 22:10:55 -06:00
Dave Gauer
3b5678815f Initial commit with readme, script, and hello world
Absolutely minimum viable stuff.
2020-12-23 13:53:27 -05:00