int main()
{
    Nothing();
    ThreadCreation();
    return 0;
}
Ejemplo n.º 2
0
int main()
{
    ThreadCreation();
    return 0;
}