rgraph/test/modules/person.vm

5 lines
67 B
Plaintext
Raw Permalink Normal View History

2023-05-27 03:10:31 -04:00
use vlib::Console
handle start() {
Console.log("Hello World");
}