X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/3a8bc55b2fdece524393351af7996d743931c5b3..0e276c2770688b3cc7676ee84c8e35246621f6df:/cubelooks_test.cpp diff --git a/cubelooks_test.cpp b/cubelooks_test.cpp new file mode 100644 index 0000000..f3ea2da --- /dev/null +++ b/cubelooks_test.cpp @@ -0,0 +1,20 @@ +#include "cubelooks.h" +#include "unistd.h" +#include + +using namespace std; + +int main(int argc, char **argv) +{ + + cubelooks clooks(2,1, &argc, argv); + + + + while(true) { + sleep(1); + } + + + return 0; +}