test.cpp 77 B

12345
  1. int main(int argc, char** argv)
  2. {
  3. printf("hello world!\n");
  4. return 0;
  5. }