├── README.md ├── v.c └── v_win.c /README.md: -------------------------------------------------------------------------------- 1 | # vc 2 | V compiler's source translated to C. 3 | 4 | This repository is generated automatically. Please do not submit PRs here, use the main repo: 5 | 6 | [github.com/vlang/v](https://github.com/vlang/v) 7 | 8 | --------------------------------------------------------------------------------