Exercise HelloWorld

Objective: Create a working programming environment and make a HelloWorld program.
  1. Get yourself an account on IFA computer system.
  2. Prepare the directory for the exercises:
  3. Pick your favourite programming language for the exercises. The restriction is that there has to be a debian package for it. I suggest Javascript for beginners and C# for power users.
  4. 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)...
  5. Create a HelloWorld program in your favourite programming language with your favourite editor and build it using make utility. In JavaScript:
  6. Send me an email with the URL of your exercises, when you are done.