forked from solstice/solstice
8 lines
63 B
Plaintext
8 lines
63 B
Plaintext
if 1 == 1 {
|
|
puts "huzzah"
|
|
}
|
|
|
|
if 5 == 10 {
|
|
puts "aww"
|
|
}
|