Repository URL to install this package:
{$mode objfpc} {$apptype console} var ch: Char; begin for ch in [] do Writeln(ch); end.