5 lines
54 B
Text
5 lines
54 B
Text
|
|
use "./util"
|
||
|
|
|
||
|
|
fn main() -> int do
|
||
|
|
helper_func()
|
||
|
|
end
|