Files
wren/example/import-module/cthulu.wren
2015-02-18 11:39:31 -05:00

6 lines
105 B
Plaintext

class Cthulu {
message {
return "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn"
}
}