mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
x64 machine code generation (ELF)
This commit is contained in:
6
examples/x64/hello_world.v
Normal file
6
examples/x64/hello_world.v
Normal file
@ -0,0 +1,6 @@
|
||||
fn main() {
|
||||
for _ in 0..5 {
|
||||
println('Hello world from V x64 machine code generator!')
|
||||
}
|
||||
println('Hello again!')
|
||||
}
|
Reference in New Issue
Block a user