Files
wren/example/import-module/cthulu.wren
T

6 lines
105 B
Plaintext
Raw Normal View History

2015-02-18 11:39:31 -05:00
class Cthulu {
message {
return "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn"
}
}