Jan 13, 2025A Monologue on Zig Importlearning 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.