7 lines
65 B
Plaintext
7 lines
65 B
Plaintext
math i32 :: 7
|
|
import "../math"
|
|
|
|
main func() i32 {
|
|
return math
|
|
}
|