Files

8 lines
111 B
Plaintext
Raw Permalink Normal View History

@settings(defaultLengthUnit = in)
import two from "import_cycle2.kcl"
export fn one() {
return two() - 1
}