Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
faktorial
def faktorial(n) if n==0 return 1 else n*faktorial(n-1) end end puts faktorial(4)
run
|
edit
|
history
|
help
0
ElaineBrown** rextester.com
Division Function without / or * signs
boolean
MY CODE
variables 1
Hex Color Reader (Ruby)
piramid2
numbers
simple cache
Adiel Vasquez