mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-28 01:01:53 +03:00
9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
from "tests/import/test_import" import {
|
|
Point,
|
|
foo
|
|
};
|
|
|
|
function main() -> u32 {
|
|
let p = Point { x: 1u32, y: 0u32 };
|
|
return foo()
|
|
} |