Chaitanya Viswa
/
swmasterboolmplus
freemaster1.0
Diff: main.cpp
- Revision:
- 0:a39f49a913e6
diff -r 000000000000 -r a39f49a913e6 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Wed Dec 03 10:36:09 2014 +0000 @@ -0,0 +1,12 @@ +#include "master.h" //library // +int main() +{ + while(1) + { + master_main(); + wait(1); + } +} + + +