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

What was that

parent f8ae82ad
Pipeline #102 canceled with stages
in 0 seconds
tabby_cat = "\tI'm tabbed in."
persian_cat= "I'm split\non a line"
backslash_cat= "I'm \\ a \\ cat."
fat_cat= """
I'll do a list:
\t* Cat food
\t* Fishies
\t* Caatnip\n\t* Grass
"""
puts tabby_cat
puts persian_cat
puts backslash_cat
puts fat_cat
\ 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