A Monologue on Zig Import
learning how @import function and pub keyword works. @import function is used to import declaration from other file sources. Pub keyword is used to expose declarations from one file to another on import.
read morelearning how @import function and pub keyword works. @import function is used to import declaration from other file sources. Pub keyword is used to expose declarations from one file to another on import.
read more