7 lines
91 B
C++
7 lines
91 B
C++
#include "fischl.h"
|
|
|
|
int main(){
|
|
fischl *F = new fischl;
|
|
F->init();
|
|
return 0;
|
|
} |