forked from Mirror/wren
8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
import "cthulu" for Cthulu
|
|
|
|
class Lovecraft {
|
|
say { (new Cthulu).message }
|
|
}
|
|
|
|
IO.print((new Lovecraft).say)
|