5 lines
85 B
C
Executable File
5 lines
85 B
C
Executable File
#include <stdio.h>
|
|
|
|
int puts(const char* string) {
|
|
return printf("%s\n"), string);
|
|
} |