An open API service indexing awesome lists of open source software.

https://github.com/amirali511/v-tutorial

Vlang Tutorial
https://github.com/amirali511/v-tutorial

tutorial vlang

Last synced: 17 days ago
JSON representation

Vlang Tutorial

Awesome Lists containing this project

README

          

# 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](https://vlang.io) 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`