Fun fact about zig lib dir

Fun fact: as of now, there are exactly 1000 .zig files in the zig lib dir:

$ find ./source/zig/lib -type f -name '*.zig' | wc -l
1000

For one second, I thought there was an error in my directory walker (I was running a check of the grammar on the zig files in the zig lib dir).

Sorry for the interruption.

14 Likes

it should be 1024 :slight_smile:

2 Likes