Exercise Hello-World

Objective: Create a working programming environment and make a Hello-World program.
  1. Get yourself an account on IFA computer system.
  2. Boot your Ubuntu system e.g. from the CD.
  3. Prepare the directory for the exercises:
  4. Pick your favourite programming language for the exercises. If there is a debian package for it (I'll be surprised if there isn't), I'll install it on genryc, otherwise you are on your own. If you do not have strong preferences, I suggest Javascript -- it's the easiest modern language to learn; or C -- it's probably the most ubiquitous language in existence, it's fast, and there is GNU Scientific Library written in C.
  5. Pick your favourite editor to edit your programs. If you don't have one, try the following editors available on lifa and genryc: nano (very simple), jed (more advanced), gedit (simple graphical interface, you probably want this one), emacs (popular with computer programmers), vi (good old stuff from 1976, still going strong), kate (KDE advanced text editor)...
  6. Create a Hello-World program in your favourite programming language with your favourite editor and build it using make utility. In C:
  7. Send me an email with the URL of your exercises, when you are done.