Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v-community/learn_v_in_y_minutes
Learn V in Y minutes
https://github.com/v-community/learn_v_in_y_minutes
educational learning programming vlang
Last synced: 2 months ago
JSON representation
Learn V in Y minutes
- Host: GitHub
- URL: https://github.com/v-community/learn_v_in_y_minutes
- Owner: v-community
- License: mit
- Archived: true
- Created: 2019-10-03T02:44:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T23:43:03.000Z (over 3 years ago)
- Last Synced: 2024-08-04T01:06:40.587Z (6 months ago)
- Topics: educational, learning, programming, vlang
- Language: V
- Homepage:
- Size: 55.7 KB
- Stars: 62
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-v - Learn V in Y Minutes
README
# Learn X in Y Minutes, X = [V]
1. [Overview](#Overview)
2. [Contributing](#Contributing)
3. [License](#License)
## Overview
This is a series of short examples designed to demonstrate the syntax, data types, and conventions of the programming language [V]. This is a brief introduction that should allow one to delve into the more intricate topics to follow. After you've finished this tutorial, please feel free to visit the official [V Documentation] or check out other examples from the [V Community].*Tested for V 0.2*
## Contributing
Thanks for your interest in helping with the project. Feel free to report issues and make pull requests. Keep in mind that the goal of this project is introduce the main concepts of the [V] Programming Language. It is not meant to be a comprehensive guide that covers all of V's features and ideas.
## License
Currently, this project will be licensed under the MIT license. You can review the terms of license in the [LICENSE](LICENSE) file.[V]: https://vlang.io
[V Documentation]: https://vlang.io/docs
[V Community]: https://github.com/v-community