cube-tube/🕹️cube-tube/app/repl.rb

12 lines
480 B
Ruby
Raw Normal View History

2023-03-08 03:06:29 +00:00
# ===============================================================
# Welcome to repl.rb
# ===============================================================
# You can experiement with code within this file. Code in this
# file is only executed when you save (and only excecuted ONCE).
# ===============================================================
# Remove the x from xrepl to run the code. Add the x back to ignore to code.
xrepl do
puts "The result of 1 + 2 is: #{1 + 2}"
end