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