fork download
  1. #include <stdio.h>
  2.  
  3. int
  4. main
  5. (
  6. void
  7. )
  8. {
  9. (
  10. "JS ASI sux!\n"
  11. )
  12. ;
  13. return
  14. 0
  15. ;
  16. }
  17.  
Success #stdin #stdout 0s 2160KB
stdin
Standard input is empty
stdout
JS ASI sux!