fork download
  1. #include <stdio.h>
  2.  
  3. main()
  4. {
  5. printf(" <- This should be the start of this line!\r");
  6. }
Runtime error #stdin #stdout 0s 2008KB
stdin
Standard input is empty
stdout
 <- This should be the start of this line!