3 lines
No EOL
59 B
Text
3 lines
No EOL
59 B
Text
// AND
|
|
def main(field x, field y) -> (field):
|
|
return x * y |