Files
wren/example/import-module/cthulu.wren
T
2015-09-01 08:16:04 -07:00

5 lines
105 B
Plaintext

class Cthulu {
construct new() {}
message { "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn" }
}