fork download
  1. #include <stdio.h>
  2. #define __END__
  3. //;printf("Hello, %s!\n",(0?"Ruby":"Perl"));
  4. __END__
  5. int main(){printf("Hello, C!\n");}
Success #stdin #stdout 0.05s 9608KB
stdin
Standard input is empty
stdout
Hello, Ruby!