Hello World in V
Every programming journey starts with Hello World. Let’s write our first V program.
The Code
Create a file named hello.v:
| |
One line …
Every programming journey starts with Hello World. Let’s write our first V program.
Create a file named hello.v:
| |
One line …
V is a statically typed, strongly typed language that leans heavily on type inference. You rarely need to write type names, yet every value still has a fixed compile-time type. V also takes a strong …
Read more →Showing 1–2 of 2 posts (page 1 of 1)