Gabriel Rohweder

81
reputation
5
void repeat()
{
  eat();
  code();
  //sleep();
  repeat();
}