PROGRAM kitty_cat;

BEGIN
  WRITELN('This program');
  WRITELN('actually does something.');
END.
