6 lines
87 B
Text
6 lines
87 B
Text
const u32 SIZE = 42;
|
|
|
|
def main() {
|
|
(field[SIZE],) f = ([42; SIZE],);
|
|
return;
|
|
}
|