Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 615 Bytes

File metadata and controls

11 lines (8 loc) · 615 Bytes

V-Tutorial

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.

Installation and writing

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