mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2025-12-31 22:34: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!");
|
|
}
|