8 lines
78 B
Text
8 lines
78 B
Text
|
|
fn helper_func() -> int do
|
||
|
|
42
|
||
|
|
end
|
||
|
|
|
||
|
|
struct Point
|
||
|
|
x: int,
|
||
|
|
y: int,
|
||
|
|
end
|