cleanup: delete x.v in project root folder (#14260)

StunxFS 2022-05-02 15:58:14 -04:00 committed by Jef Roosens
parent cd5c9a83c5
commit bf8d1f415d
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 0 additions and 9 deletions

9
x.v
View File

@ -1,9 +0,0 @@
[minify]
struct Foo {
x u8
i int
b u16
}
f := Foo{1, 2, 3}
println(f)