#include extern const char text[]; int main() { printf("%s\n", text); return (0); }