iloveos/lib/main.cpp
2023-10-15 13:49:54 -07:00

7 lines
91 B
C++

#include "fischl.h"
int main(){
fischl *F = new fischl;
F->init();
return 0;
}