(* * * jmeno: hello * popis: vytiskne 'Hello world'. * level: 0 * * zadani: * Vytiskne 'Hello world' * * input: * Zadny vstup. * * output: * Vytiskne 'Hello world'. * * soubory: * hello.pas, hello.out * * au: vitas@popelka.ms.mff.cuni.cz * cp: gpl * *) begin writeln('Hello world'); end.