Files
leaningtech--webvm/examples/ruby/helloWorld.rb
T
2026-07-13 12:22:17 +08:00

15 lines
175 B
Ruby

=begin
# The famous Hello World
# Program is trivial in
# Ruby. Superfluous:
#
# * A "main" method
# * Newline
# * Semicolons
#
# Here is the Code:
=end
puts "Hello World!"