12 June 2024

My Visit to Super Nintendo World. [Lost Within The Castle Walls]

“Thank you so much for-to-playing my game!” -Mario Mario


#Say Hello to the Internet!

#print_message function.
def print_mesage(site_message)
  puts site_message
end

#Main Code.
def main
  print_message("Hello, World!")
end

#Call Main.
main