8 lines
126 B
Mathematica
8 lines
126 B
Mathematica
|
@import myModule;
|
||
|
@import minmax;
|
||
|
|
||
|
int main(int argc, char **argv) {
|
||
|
public_func(); // Set breakpoint 0 here.
|
||
|
return 0;
|
||
|
}
|