Add zig std to langref.html (#22360)

This commit is contained in:
ExeVirus
2025-01-26 12:58:30 -05:00
committed by GitHub
parent 5b3eaff80d
commit 738d813619

View File

@@ -360,6 +360,10 @@
You will see many examples of Zig's Standard Library used in this documentation. To learn more about the Zig Standard Library,
visit the link above.
</p>
<p>
Alternatively, the Zig Standard Library documentation is provided with each Zig distribution. It can be rendered via a local webserver with:
</p>
{#shell_samp#}zig std{#end_shell_samp#}
{#header_close#}
{#header_open|Hello World#}