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