2 lines
59 B
C

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