rgraph/test/modules/person.vm

5 lines
67 B
Plaintext

use vlib::Console
handle start() {
Console.log("Hello World");
}