fork download
  1. #include <stdio.h>
  2.  
  3. {
  4. printf("Al programar\ncuando digo \"Hola MUndo\"\nAprendo C"); // your code goes here
  5. return 0;
  6. }
  7.  
Compilation error #stdin compilation error #stdout 0s 9416KB
stdin
Standard input is empty
compilation info
prog.c:3:1: error: expected identifier or ‘(’ before ‘{’ token
 {
 ^
stdout
Standard output is empty