Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
piramid
#ruby 2.3.1 i=1 k=5 t=5 i.upto(k) do t.times do print ' ' end (2 * i - 1).times do print '*' end print "\n" t -= 1 i += 1 end
run
|
edit
|
history
|
help
0
ruby LRU cache with constant get/set
Hex Color Reader (Ruby)
faktorial
Ruby custom inject
variables 1
yes
comments
MY CODE
Arithmetic Operations, Function Calls, Recursion and more in Ruby
variables output