forked from Mirror/wren
5 lines
105 B
Plaintext
5 lines
105 B
Plaintext
class Cthulu {
|
|
construct new() {}
|
|
message { "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn" }
|
|
}
|