1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

for ;; syntax

This commit is contained in:
Alexander Medvednikov
2020-01-07 00:14:19 +01:00
parent 1e28c1d4fd
commit 48ea1153a5
9 changed files with 116 additions and 30 deletions

View File

@@ -126,8 +126,9 @@ jobs:
echo "Generating a 1m line V file..."
../vprod run gen1m.v > 1m.v
echo "Building it..."
../vprod -x64 1m.v
../vprod -x64 -o 1m 1m.v
echo "Running it..."
ls
./1m
#run: echo "TODO" #cd examples/x64 && ../../v -x64 hello_world.v && ./hello_world