5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
|
use vlib::Console
|
||
|
|
|
||
|
|
handle start() {
|
||
|
|
Console.log("Hello World");
|
||
|
|
}
|