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"