mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 14:54:25 -05:00
7 lines
58 B
C
7 lines
58 B
C
void prints(char *s);
|
|
|
|
int main() {
|
|
prints("HELLO");
|
|
|
|
}
|