Files
university/S1/GdCP/uebung/func.c
2025-04-28 16:59:44 +02:00

5 lines
74 B
C

void prints(char *s) {
puts(s);
puts("hello from the other side!");
}