Create map.v file

This commit is contained in:
Vinicius Silva 2023-12-28 00:40:28 -03:00
parent 97dec3a9ca
commit 37c749e89c
1 changed files with 4 additions and 0 deletions

4
07_collections/map.v Normal file
View File

@ -0,0 +1,4 @@
pub fn main()
{
println('oi')
}