6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
import "../math"
|
|
|
|
main func() i32 {
|
|
return math.identity(127 + 1)
|
|
}
|