4 lines
46 B
R
4 lines
46 B
R
|
|
for ( i in 0:3 ) {
|
||
|
|
print(ackermann(i, 4))
|
||
|
|
}
|