summaryrefslogtreecommitdiffstats
path: root/languages/pascal/file_templates/pas-program
blob: 3f2715224123ab50de57a81e09153474b478cc64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
   Pascal program: $MODULE$

   Description:
   Author: $AUTHOR$ <$EMAIL$>, (C) $YEAR$
   Copyright: See COPYING file that comes with this distribution
}
program $MODULE$;

begin

end.