1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

cleanup: remove main.v

This commit is contained in:
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

7
main.v
View File

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