mirror of
https://github.com/vlang/v.git
synced 2025-08-03 09:47:15 -04:00
11
V for Go developers
Turiiya edited this page 2024-04-10 02:45:45 +02:00
Go | V |
Hello World | |
|
|
Slice initialization | |
|
|
Add an element to a slice | |
|
|
Printing a slice | |
|
|
Filtering a slice | |
|
|
Checking if a slice contains an element | |
|
|
Reading a file | |
|
|
Testing a function | |
|
|