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; -}