(written on zig version 0.7.1+d96f5b38a)
zig build <step> runs a specified step from the build.zig file. build.zig is a file written in zig that describes all the available things that can be built
An empty build file:
const std = @import("std");

