This website requires JavaScript.
Explore
Help
Sign In
guanjihuan
/
GitHub_collection_hello-world
Watch
1
Star
0
Fork
0
You've already forked GitHub_collection_hello-world
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
GitHub_collection_hello-world
/
r
/
Ruby.rb
3 lines
40 B
Ruby
Raw
Permalink
Normal View
History
Unescape
Escape
use correct shebang for ruby
2012-04-30 12:04:55 +03:00
#!/usr/bin/env ruby
Avoid printing new line in Ruby puts adds a newline, which contributing.md says to avoid if possible. print does not add a newline.
2021-12-20 05:19:38 -08:00
print
"
Hello World
"
Reference in New Issue
Copy Permalink