Gabriel Rohweder

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