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

tools: remove vnames.v for now

This commit is contained in:
Alexander Medvednikov
2020-04-04 16:39:08 +02:00
parent e600feda98
commit 33b03449d5
3 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
module main
/*
QTODO
import (
os
flag
@@ -83,3 +85,5 @@ fn main(){
analyze_v_file(file)
}
}
*/
fn main() {}