From e0679d4442564225acec702f6a8a57caf871159e Mon Sep 17 00:00:00 2001 From: Folkert Date: Wed, 6 Jul 2022 18:00:36 +0200 Subject: [PATCH] remove old file --- examples/hello-world/zig-platform/helloZig.roc | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 examples/hello-world/zig-platform/helloZig.roc 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"