std
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
func print_i64[x: I64] : I64
|
||||
printf("%ld\n", x)
|
||||
|
||||
func collatz_num[n: I64] : I64
|
||||
if n % 2 == 0
|
||||
return n / 2
|
||||
|
||||
Reference in New Issue
Block a user