logoISU  

CS 256 - Principles of Structured Design

Summer 2021

Displaying ./code/first/hello.c

#include <stdio.h>

int main() {

    printf("Hello, World!\n");
    return 0;

}