fork download
  1. #include <stdio.h>
  2. int main ( )
  3. {
  4.  
  5. printf ("HELLO \nMICHAELA \n");
  6. printf ("THIS IS MY FIRST it CLASS \n");
  7. return (0);
  8.  
  9. } /* main */
Success #stdin #stdout 0.01s 5320KB
stdin
3
stdout
HELLO 
MICHAELA 
THIS IS MY FIRST it CLASS