forked from solstice/solstice
8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
puts "dingus"
|
|
puts 432
|
|
puts 3.141
|
|
puts 'c'
|
|
puts true
|
|
|
|
puts "now we have proper string lexing!!!!!11!!@!2!1@1@12!!!112!@"
|