]> git.treefish.org Git - phys/latlib.git/blob - cubelooks_test.cpp
f3ea2da9f9a85c3676ac526c4afbd5d98607146c
[phys/latlib.git] / cubelooks_test.cpp
1 #include "cubelooks.h"
2 #include "unistd.h"
3 #include <iostream>
4
5 using namespace std;
6
7 int main(int argc, char **argv)
8 {
9
10   cubelooks clooks(2,1, &argc, argv);
11
12
13
14   while(true) {
15     sleep(1);
16   }
17   
18
19   return 0;
20 }