2016-05-11 22:50:41 +02:00

8 lines
77 B
Plaintext

module HelloWorld
{
control
{
log("Hello, world!");
}
}