remove _start from examples/hello.ry

This commit is contained in:
Luna 2019-09-27 13:40:05 -03:00
parent 86c7f7dd6a
commit 68b9855309
1 changed files with 0 additions and 4 deletions

View File

@ -48,7 +48,3 @@ fn and_fn() bool {
// print("piss\n");
// // print("2 + 2 = %d\n", add(1, 2));
//}
fn _start() i32 {
return 0;
}