Didn't know the Zig Programming language before, but its website https://ziglang.org is really an outstanding example how a programming language should be presented: Many examples, comparisons with other language, and even more examples. Code code code.
IIRC this is because it gets posted here every month and there is always someone complaining about those kinds of things and they addressed those points.
It also gets brought up a bit with the Pharo Smalltalk website(lack of code snippets), but Smalltalk is such a radically different language than what we're mostly familiar with (C, Java, Python, JS) that showing a code snippet is mostly pointless. People try to bring this up, but to no avail.
Sometimes the syntax just isn't very important. I think in Zig's case though, that it is fair to ask.