aboutsummaryrefslogtreecommitdiff
path: root/example/math.zig
diff options
context:
space:
mode:
Diffstat (limited to 'example/math.zig')
-rw-r--r--example/math.zig5
1 files changed, 0 insertions, 5 deletions
diff --git a/example/math.zig b/example/math.zig
deleted file mode 100644
index af5b9a706a..0000000000
--- a/example/math.zig
+++ /dev/null
@@ -1,5 +0,0 @@
-export library "math";
-
-export fn add(a: i32, b: i32) -> i32 {
- return a + b;
-}