fork download
  1. #include <stdio.h>
  2.  
  3. void main()
  4. {
  5. printf("this is just a test !!");
  6. }
  7.  
Runtime error #stdin #stdout 0s 9432KB
stdin
Standard input is empty
stdout
this is just a test !!