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

x64: function calls; http: download_file()

This commit is contained in:
Alexander Medvednikov
2019-11-27 09:01:25 +03:00
parent 208f67132d
commit 52d25336db
9 changed files with 102 additions and 35 deletions

View File

@@ -1,6 +1,11 @@
fn main() {
println('x64 test')
for _ in 0..5 {
println('Hello world from V x64 machine code generator!')
}
println('Hello again!')
}
fn test_fn() {
println('test fn')
}