//
// pratice.c
// Made this for coding practice
// CSSE 132
//
// ANSWER KEY
//

int main(int argc, char** argv)
{
  return 0;
}