====== Hello World ====== * interaktive Shell * Quellcode-Datei === Doku === [[hello world perl |Perl]] * [[hello world python |Python]] * [[hello world ruby |Ruby]] * [[hello world php |PHP]] * [[hello world JavaScript|JavaScript]] * [[hello world go |go]] === Problemlösungsaufgaben === Schreibe ein Programm ''hello-world'', das "hello world" ausgibt. Aufruf des Programms: ./hello-world Ausgabe: hello world