https://github.com/brunos3d/v-lang-study
✔ V-Lang - Projeto de estudo sobre V-Lang.
https://github.com/brunos3d/v-lang-study
study-project v-lang
Last synced: 4 months ago
JSON representation
✔ V-Lang - Projeto de estudo sobre V-Lang.
- Host: GitHub
- URL: https://github.com/brunos3d/v-lang-study
- Owner: brunos3d
- License: mit
- Created: 2020-01-18T15:01:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T15:34:47.000Z (over 5 years ago)
- Last Synced: 2025-01-07T07:21:22.648Z (5 months ago)
- Topics: study-project, v-lang
- Language: V
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# V-Lang-Study
```console
v run "CAMINHO_ATE_O_ARQUIVO_V"
```## Ordem de criação dos arquivos
1. [helloworld.v](./src/helloworld.v)
2. [functions.v](./src/functions.v)
3. [variables.v](./src/variables.v)