For a modern, solid write-up to get started with the V programming language

mut result: i64 = 5 + 3
  • v -o hello hello.v
  • ./hello (or hello.exe on Windows)

Conclusion