zig/test/standalone/pkg_import/pkg.zig

2 lines
49 B
Zig

pub fn add(a: i32, b: i32) i32 { return a + b; }