From 68b98553094d02ae532495b96981e15325d95ee6 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 27 Sep 2019 13:40:05 -0300 Subject: [PATCH] remove _start from examples/hello.ry --- examples/hello.ry | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/hello.ry b/examples/hello.ry index 87afcde..482c1f7 100644 --- a/examples/hello.ry +++ b/examples/hello.ry @@ -48,7 +48,3 @@ fn and_fn() bool { // print("piss\n"); // // print("2 + 2 = %d\n", add(1, 2)); //} - -fn _start() i32 { - return 0; -}