remove _start from examples/hello.ry
This commit is contained in:
parent
86c7f7dd6a
commit
68b9855309
1 changed files with 0 additions and 4 deletions
|
@ -48,7 +48,3 @@ fn and_fn() bool {
|
||||||
// print("piss\n");
|
// print("piss\n");
|
||||||
// // print("2 + 2 = %d\n", add(1, 2));
|
// // print("2 + 2 = %d\n", add(1, 2));
|
||||||
//}
|
//}
|
||||||
|
|
||||||
fn _start() i32 {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue