Question:

This is a simple first exercise to ensure that you know how to use the computer and the Ceilidh system.

Write a program to print out the message

	Hi there!
and compile and run it.

The skeleton given to you by the

	set
command is almost complete; just use the "ed" or "edit program" command to replace the dots by the text you are required to print.

Then try the commands

	cm
to compile it (if there are problems, return to "ed"), then
	run
to check that it runs as required, and
	sub
to submit it (don't forget to submit it). Lastly, you should always use
	cks
to check that the submission was completed.

Typical input:

    No input for this one!

Typical output:

    Hi there!