8 lines
75 B
Plaintext
Executable File
8 lines
75 B
Plaintext
Executable File
module HelloWorld
|
|
{
|
|
control
|
|
{
|
|
log("Hello World");
|
|
}
|
|
}
|