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

master
StunxFS 2022-05-02 15:58:14 -04:00 committed by GitHub
parent ab1c265679
commit cf92224248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)