Commit a71a757c by Đường Sỹ Hoàng

Comments and Pound

parent 44a8281b
Pipeline #92 canceled with stages
in 0 seconds
# A comment, this is so you can read your progranm later
# Anything after the # is ignored by Ruby
puts "I could have code like this!" # and the comment after is ignored
# You can also use a comment to "disable" or comment out a piece of code:
# puts "This wont run"
puts "This will run."
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment