code wiki / (root) / nx_symj_fixh.nx

nx_symj_fixh.nx source

↩ module page · 1 lines · 79 B

1func hng(x: i64) -> i64 { var k: i64 = 0 while x == 0 { k = k + 1 } return x }