6 lines
87 B
Mathematica
6 lines
87 B
Mathematica
|
@import Umbrella;
|
||
|
int main(int argc, char **argv) {
|
||
|
f(); // break here
|
||
|
return 0;
|
||
|
}
|