5 lines
72 B
Text
5 lines
72 B
Text
def main() -> field {
|
|
field a;
|
|
field b = a + 1;
|
|
return b;
|
|
}
|