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

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.

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)