add return statements

This commit is contained in:
Luna 2019-08-25 23:16:13 -03:00
parent 8f44cbea23
commit c0c93183cb
3 changed files with 36 additions and 2 deletions

View file

@ -32,4 +32,6 @@ fn main(a int) int {
}
cock_and_ball_torture('cbt', 1, 2, 3)
return 23
}