fork(29) download
  1. #include <stdio.h>
  2. int main(void); //Prototyping /* Kommentare */
  3.  
  4. int main(void)
  5. {
  6. printf("Hello Bulme\n");
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 2112KB
stdin
Standard input is empty
stdout
Hello Bulme