mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
3 lines
101 B
Batchfile
3 lines
101 B
Batchfile
curl -O https://raw.githubusercontent.com/vlang/vc/master/v.c
|
|
gcc -std=gnu11 -w -o v.exe v.c
|
|
del v.c
|