6 lines
73 B
Mathematica
6 lines
73 B
Mathematica
|
#include "f.h"
|
||
|
int main() {
|
||
|
f(); // Set breakpoint here.
|
||
|
return 0;
|
||
|
}
|