Code:
class BDay is
    main (arg:ARRAY[*](STRING)):INT is
        TEXT::sout<<"Alles Gute zum Geburtstag"<<"\n";
        res:=0;
    end;
end;