// this is a comment that is over multiple lines and I want to fix it
// up


int main(void)
{
  int  x;
  float y;
  double d; 

  // this is a comment that is over multiple lines and it is
  // way too long and it wraps around and makes a mess
  
}



