# ====================================================================================
#  Printing to the Console:
# ====================================================================================
#
# Every time you save repl.rb file, DragonRuby runs the code within it. Copy this text
# to repl.rb and save to see Hello World printed to the console.

puts ''
puts ''
puts '================================'
puts 'Hello World'
puts '================================'
puts ''
puts ''
