leo/benchmark/simple_import.leo

9 lines
80 B
Plaintext

struct Point {
u32 x
u32 y
}
function test() -> (u32) {
return 5
}