int main()
{
    threadExample();
    return 0;
}
Esempio n. 2
0
int main(void){
  threadExample();
  return 0;
}