main.cpp

Committer:
bouguereau
Date:
2011-08-24
Revision:
0:63a7162ec2f5

File content as of revision 0:63a7162ec2f5:

#include "test.h"

int main() 
{

while(1)
{

tclass1 obj;
//obj.prog1();
//wait(2);
obj.prog3();

 }
}