fork download
  1. #include <stdio.h>
  2.  
  3.  
  4.  
  5. int main() { // Fonction principale
  6. printf("Hello World!\n");
  7. return 0; // Code de retour
  8. }
  9.  
Success #stdin #stdout 0s 5272KB
stdin
Standard input is empty
stdout
Hello World!