fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. printf("Halo Dunia!\n");
  5. printf("Namaku Mei\n");
  6. printf("Saya siap belajar pemograman!");
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0.01s 5292KB
stdin
Standard input is empty
stdout
Halo Dunia!
Namaku Mei
Saya siap belajar pemograman!