abC primeri - razno/pozdrav.c
pozdrav.c
1 2 3 4 5
#include <stdio.h> main() { printf("Pozdravljen, svet\n"); }
Nazaj...