// Basic Hello World program
// Marc Chee, June 2019

/*
This whole section is commented

So our computer (compiler) will ignore it

*/

#include <stdio.h>

int main (void) {
    printf("Hello World\n");
    return 0;
}

Resource created Wednesday 05 June 2019, 01:38:31 AM.

file: helloWorld.c


Back to top

COMP1511 19T2 (Programming Fundamentals) is powered by WebCMS3
CRICOS Provider No. 00098G