Summary

February 20, 2021 ยท View on GitHub

Official vlang documentation: https://github.com/vlang/v/blob/master/doc/docs.md#hello-world

Source file use the *.v file extension

To run your source file, enter in terminal: v run hello.v (Assuming that your source file is called 'hello.v')