diff --git a/07_collections/map.v b/07_collections/map.v new file mode 100644 index 0000000..1c4366a --- /dev/null +++ b/07_collections/map.v @@ -0,0 +1,4 @@ +pub fn main() +{ + println('oi') +} \ No newline at end of file