// Demo Program showing output
// Marc Chee, September 2020
#include <stdio.h>
int main (void) {
printf("Hello World.\n");
return 0;
}
Resource created Wednesday 27 January 2021, 01:16:14 PM, last modified Monday 15 February 2021, 04:24:34 PM.
file: helloWorld.c