Universe
// let the universe eat itself
void universe()
{
universe();
//return;
}