]> git.jsancho.org Git - dungeon-master.git/blob - plugins/default/main.scm
Modules reorganization
[dungeon-master.git] / plugins / default / main.scm
1 (define (hello-world)
2   (display "Hello World!")
3   (newline))
4
5 (register-generator "hello-world" hello-world)