Improved type system
This commit is contained in:
parent
78f2670553
commit
6eab48c586
62 changed files with 189 additions and 172 deletions
|
@ -5,7 +5,7 @@ main() {
|
|||
collatz(12)
|
||||
}
|
||||
|
||||
collatz(x Int) {
|
||||
collatz(x int) {
|
||||
loop {
|
||||
if x & 1 == 0 {
|
||||
x /= 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue