Exercise Hello-World

Objective: Create a working programming environment and make a Hello-World program.
  1. Get yourself an account on IFA computer system. You probably have one if you have an email account on phys.au.dk;
  2. Boot your POSIX system e.g. from the Ubuntu CD;
  3. Prepare the directory for the exercises:
  4. Pick your favourite programming language for the exercises. The only restriction is that there should be a debian package for it (i'll be surprised if there isn't). For example, Javascript -- is an easy to learn modern language built in every browser (though not really used for scientific programming); C -- it's probably the most ubiquitous language in existence, it is very fast and powerful and 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 kecdac: 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.