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