car.cxx 68 B

123456
  1. int main(int ac, char** av)
  2. {
  3. (void)ac;
  4. (void)av;
  5. return 0;
  6. }