Hello, world

在线运行:https://vlang.io/play

  1. fn main() {
  2. areas := ['game', 'web', 'tools', 'science', 'systems', 'GUI', 'mobile']
  3. for area in areas {
  4. println('Hello, $area developers!')
  5. }
  6. }

更多的例子请访问链接