2023-09-26 22:05:13 +03:00

2 lines
59 B
C

void print_to_terminal(char *text) { printf("%s", text); }