Initial commit

This commit is contained in:
Vinicius Silva 2023-12-15 14:38:34 -03:00
parent 38efc6e06f
commit 033e99b260
1 changed files with 4 additions and 0 deletions

4
01_hello/main.v Normal file
View File

@ -0,0 +1,4 @@
fn main()
{
print("Hello World\n")
}