/* priklad p1_1.c uvodny program */
#include <stdio.h>
main
()
{
printf
(
"Ahoj\n"
);
}