Initial commit.
This commit is contained in:
parent
a9c913c9a7
commit
317e1b4e10
13 changed files with 260 additions and 0 deletions
13
ruby/ruby.rb
Executable file
13
ruby/ruby.rb
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
permalink: /cgi/ruby/index.rb
|
||||
---
|
||||
|
||||
puts('Hello from Ruby!')
|
||||
puts
|
||||
puts('puts(Time.now.strftime("%d/%m/%Y %H:%M"))')
|
||||
puts(Time.now.strftime("%d/%m/%Y %H:%M"))
|
||||
puts
|
||||
puts("(1..10).each { |n| puts n }")
|
||||
|
||||
(1..10).each { |n| puts n }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue