Assignment 1: Hello, world
Objectives
- to use the Zoo for writing, compiling, running, and submitting C programs
Assignment
Write a program in a single file called
hello.c
that prints
Hello, world!
as the first
line of output. Note that that first line contains a single space to
delimit the words and a newline character at the end. It is also
case-sensitive. You may output anything or nothing after the first line.
Example
[jrg94@giraffe Hello]$ ./Hello
Hello, world!
My name is Jim Glenn and I committed mass herbicide this summer.
See https://dnr.maryland.gov/wildlife/Pages/plants_wildlife/Invasives/inv_WavyleafBasketgrass.aspx
Submissions
Submit just your
hello.c
file and your log. Your log need not
contain a statement of major difficulties for this assignment.