Monday, August 8, 2011

Chapter 2, exercise 1

1.  Write the smallest program possible.

int main(void)
{
  return 0;
}

No comments:

Post a Comment