summaryrefslogtreecommitdiff
path: root/exercises/065_builtins2.zig
AgeCommit message (Collapse)Author
9 daysfix style mismatch on 065_builtins2.zigGabriel Sa
Rename `fetchTheMostBeautifulType` to `FetchTheMostBeautifulType` to follow Zig's standard naming practice.
2026-06-01Fix 065_builtins2.zig because of new build systemLuka Markušić
2026-05-18Instruct user not to worry about sentinel syntax in `065_builtins2`Nick Grimshaw
2026-02-27Merge pull request 'replace deprecated `mem.indexOf` with `mem.find`' (#363) ↵Chris Boesch
from pebose/exercises:indexof-to-find into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/363
2026-02-27improve comment stating 'Zig 0.10.0' @typeName changePaul Ebose
2026-02-27replace deprecated `mem.indexOf` with `mem.find`Paul Ebose
2025-12-07restrict parameter type in 'maximumNarcissism'Castanearie
2025-06-17Fixes the changes in zig's struct.fieldsChris Boesch
2024-11-02Improved maximumNarcissismChris Boesch
2024-11-02zeroRoman Frołow
2024-11-02reuse fieldsRoman Frołow
2024-09-02Fixes several changes in std.builtin.zigChris Boesch
2023-10-08fixed language changes in @typeInfoChris Boesch
2023-06-22Update outdated commentslording
2023-01-14patch because of a change in @typeInfoChris Boesch
2022-08-29Ex 065: improve hints, fix type printing change. For #120 and #128Dave Gauer
2022-06-18fix grammar isn't -> doesn'tAdam Millerchip
2021-11-05zig fmtJonathan Halmen
2021-11-05fix whitespace line-endingsJonathan Halmen
2021-04-22add 071 comptime 6 inline forDave Gauer
2021-04-11add ex065 builtins2Dave Gauer