15 lines
162 B
C
15 lines
162 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
|
|
|
|
|
|
int main(){
|
|
|
|
printf("Prijati␣studenti:\nJan␣Hrasko\n");
|
|
return 0;
|
|
}
|
|
|
|
|