mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-25 10:32:13 +03:00
12 lines
141 B
Plaintext
12 lines
141 B
Plaintext
|
// test: ignore
|
||
|
// TODO: add some tag for ignored files
|
||
|
|
||
|
circuit Point {
|
||
|
x: u32
|
||
|
y: u32
|
||
|
}
|
||
|
|
||
|
function foo() -> u32 {
|
||
|
return 1u32;
|
||
|
}
|