Vlang is a simple and fast language used for building memory safe applications. It is used in systems programming, network programming, game dev, etc.
This is a simple, yet sufficient tutorial for the V programming language. It covers pretty much what you would expect from a tutorial and after that, you're able to start writing your own programs.
You can find the V language website here for more info about installation. Use these commands to have this repo on your own system:
git clone https://github.com/amirali511/V-Tutorial && cd V-Tutorial