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

method calls; skip string interpolation for now; fix ()

This commit is contained in:
Alexander Medvednikov
2020-01-07 01:08:24 +01:00
parent 48ea1153a5
commit 69f3c42b99
4 changed files with 54 additions and 7 deletions

View File

@@ -129,7 +129,7 @@ jobs:
../vprod -x64 -o 1m 1m.v
echo "Running it..."
ls
./1m
# ./1m
#run: echo "TODO" #cd examples/x64 && ../../v -x64 hello_world.v && ./hello_world