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

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

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

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)