test-case-4.in 153 B

12345
  1. /*** test printing, embedded \n and comments with lots of '*' ***/
  2. print(42);
  3. print("\nHello World\nGood Bye\nok\n");
  4. print("Print a slash n - \\n.\n");