mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
11 lines
186 B
C++
11 lines
186 B
C++
|
// generated by Fast Light User Interface Designer (fluid) version 1.0108
|
||
|
|
||
|
#include "Main.h"
|
||
|
|
||
|
int main(int ac,char *av) {
|
||
|
SciCalc *calc = new SciCalc();
|
||
|
|
||
|
calc->run();
|
||
|
delete calc;
|
||
|
}
|