6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
![]() |
import two from "import_cycle2.kcl"
|
||
|
|
||
|
export fn one = () => {
|
||
|
return two() - 1
|
||
|
}
|