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
- Host: GitHub
- URL: https://github.com/amirali511/v-tutorial
- Owner: amirali511
- Created: 2024-11-13T18:23:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T20:13:14.000Z (about 1 year ago)
- Last Synced: 2025-04-02T04:20:42.538Z (10 months ago)
- Topics: tutorial, vlang
- Language: V
- Homepage:
- Size: 2.99 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`