+++ /dev/null
-#include "cubelooks.h"
-#include "unistd.h"
-#include <iostream>
-
-using namespace std;
-
-int main(int argc, char **argv)
-{
-
- cubelooks clooks(2,1, 6, &argc, argv);
-
- //sleep(2);
-
- //cubelooks clooks2(2,1, 6, &argc, argv);
-
- while(true) {
- sleep(1);
- }
-
-
- return 0;
-}