int main()
{
    threadExample();
    return 0;
}
Beispiel #2
0
int main(void){
  threadExample();
  return 0;
}