4 lines
66 B
Text
4 lines
66 B
Text
def main() -> field {
|
|
u32 a = 2;
|
|
return 2**(a * 2 + 2);
|
|
}
|