blob: 807d0f524f18f0411515f6832f05342b89d5d4a9 [file] [log] [blame]
void puts(const char*);
int main() {
puts("Hello, World!");
return 0;
}