Open Source Community Association of the V Programming Language
Non-profit organization dedicated to the development and evolution of the V (aka Vlang) programming languageLatest news
Try V online
fn main() { areas := ['game', 'web', 'tools', 'science', 'systems', 'embedded', 'drivers', 'GUI', 'mobile'] for area in areas { println('Hello, ${area} developers!') } }
Have a question? Write to us!