4 lines
55 B
Text
4 lines
55 B
Text
def main(field x) {
|
|
field y = 1 / x;
|
|
return;
|
|
}
|
def main(field x) {
|
|
field y = 1 / x;
|
|
return;
|
|
}
|