Gabriel Rohweder

41
reputation
4
void repeat()
{
  eat();
  code();
  //sleep();
  repeat();
}