forked from nothke/intro-to-zig-talk
Initial
This commit is contained in:
9
src/other.zig
Normal file
9
src/other.zig
Normal file
@@ -0,0 +1,9 @@
|
||||
const main = @import("main.zig");
|
||||
|
||||
pub const pi = 3.14;
|
||||
|
||||
pub fn add() i32 {
|
||||
try main.main();
|
||||
|
||||
return 3;
|
||||
}
|
Reference in New Issue
Block a user