pvjc20/du6/program.c

15 lines
162 B
C
Raw Normal View History

2020-04-13 21:49:38 +00:00
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
int main(){
2020-04-13 21:51:24 +00:00
printf("Prijati␣studenti:\nJan␣Hrasko\n");
2020-04-13 21:49:38 +00:00
return 0;
}