5 lines
67 B
Text
5 lines
67 B
Text
const field PRIME = 31;
|
|
|
|
def main() -> field {
|
|
return PRIME;
|
|
}
|