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

4 lines
84 B
Plaintext
Raw Normal View History

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