zig/test/standalone/pkg_import/pkg.zig

2 lines
44 B
Zig
Raw Normal View History

pub fn add(a: i32, b: i32) -> i32 { a + b }