#include <stdio.h>
main(){
static char * hw = "Hello, world\n";
printf ("%s",hw);
printf ("%s",++hw);}