Files

10 lines
98 B
Plaintext

import "../math"
read func(_ i8) int {
return math.value
}
main func() i32 {
return read(1)
}