1#include <stdio.h>
2
3void par (void)
4{
5  printf ("par\n");
6}
7