leo/benchmark/simple_import.leo

4 lines
36 B
Plaintext
Raw Normal View History

2020-04-20 23:06:47 +03:00
struct Point {
u32 x
u32 y
}