mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Moving ecalc to ede-calc
This commit is contained in:
10
ede-calc/Main.cpp
Normal file
10
ede-calc/Main.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
// 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;
|
||||
}
|
Reference in New Issue
Block a user