hello-ing here and there
This commit is contained in:
parent
672e704da1
commit
5c2aa3abec
1
wikibooks-tutorial/hello-world.rb
Normal file
1
wikibooks-tutorial/hello-world.rb
Normal file
@ -0,0 +1 @@
|
||||
puts 'Hello World'
|
2
wikibooks-tutorial/hello-world.sh
Normal file
2
wikibooks-tutorial/hello-world.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
ruby -e "puts 'Hello World'"
|
Loading…
Reference in New Issue
Block a user