Files
hello-world/u/ubiquity.ubiquity
2018-08-22 01:37:32 -03:00

4 lines
66 B
Plaintext
Executable File

function cmd_hello_world() {
displayMessage("Hello, World!");
}