cleanup: remove main.v

pull/9539/head^2
Delyan Angelov 2021-04-02 08:08:27 +03:00
parent fb302c6253
commit 55c8e6d1cc
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 0 additions and 7 deletions

7
main.v
View File

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