From 858abd670d651da6492b8f5f082a86518aef8bcc Mon Sep 17 00:00:00 2001 From: Folkert Date: Wed, 15 Jun 2022 23:16:40 +0200 Subject: [PATCH] revert helloZig --- examples/hello-world/zig-platform/helloZig.roc | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/hello-world/zig-platform/helloZig.roc b/examples/hello-world/zig-platform/helloZig.roc index 0b3ee157ee..9ef3b5d311 100644 --- a/examples/hello-world/zig-platform/helloZig.roc +++ b/examples/hello-world/zig-platform/helloZig.roc @@ -3,6 +3,4 @@ app "helloZig" imports [] provides [main] to pf -expect 1 == 1 - main = "Hello, World!\n"