v/main.v

7 lines
97 B
V

fn main() {
list := [1,2,3].filter(stringsss(it))
}
fn stringsss(arg int) string {
return ''
}