fork download
  1. #include <stdio.h>
  2.  
  3. int main ( void )
  4. {
  5. puts ( "My name is Michelle Mofokeng" ) ;
  6. puts ( "My Student No is 219164037" ) ;
  7. puts ( "My OpenEDG group is S1" ) ;
  8. return 0 ;
  9. }
Success #stdin #stdout 0s 4404KB
stdin
Standard input is empty
stdout
My name is Michelle Mofokeng
My Student No is 219164037
My OpenEDG group is S1