blob: 7a91689ff5c13095c5cd7169ab18261224ef19f3 [file] [log] [blame]
#include <stdio.h>
const char *message(void);
int main(void) {
printf("%s\n", message());
return 0;
}