diff --git a/examples/hello-world/zig-platform/helloZig.roc b/examples/hello-world/zig-platform/helloZig.roc deleted file mode 100644 index 9c40d4c001..0000000000 --- a/examples/hello-world/zig-platform/helloZig.roc +++ /dev/null @@ -1,10 +0,0 @@ -app "helloZig" - packages { pf: "main.roc" } - imports [] - provides [main] to pf - -expect 2 == 2 - -expect 3 == 2 - -main = "Hello, World!\n"