PtolemyGUI/frecsoTools/test.cpp

9 lines
107 B
C++
Raw Normal View History

2025-02-27 13:15:56 -05:00
#include "inFileCreator.cpp"
int main(){
InFileCreator("FRESCO", "haha.in", 0, 180, 1);
return 0;
}