mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 06:44:25 -05:00
5 lines
74 B
C
5 lines
74 B
C
void prints(char *s) {
|
|
puts(s);
|
|
puts("hello from the other side!");
|
|
}
|