Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
2
Task/Shell-one-liner/Ruby/shell-one-liner-1.rb
Normal file
2
Task/Shell-one-liner/Ruby/shell-one-liner-1.rb
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$ ruby -e 'puts "Hello"'
|
||||
Hello
|
||||
2
Task/Shell-one-liner/Ruby/shell-one-liner-2.rb
Normal file
2
Task/Shell-one-liner/Ruby/shell-one-liner-2.rb
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$ jruby -e 'puts "Hello from JRuby"'
|
||||
Hello from JRuby
|
||||
2
Task/Shell-one-liner/Ruby/shell-one-liner-3.rb
Normal file
2
Task/Shell-one-liner/Ruby/shell-one-liner-3.rb
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$ rbx -e 'puts "Hello from Rubinius"'
|
||||
Hello from Rubinius
|
||||
Loading…
Add table
Add a link
Reference in a new issue