C programozás help
-
#98
Szögletes zárójelet kapcsos zárójelre; MAIN() helyett main().
#include <stdio.h>
main()
{
printf("C nyelv\n");
}