5 lines
51 B
Mathematica
5 lines
51 B
Mathematica
|
#include "f.h"
|
||
|
something_other f() {
|
||
|
return 0;
|
||
|
}
|