#include <stdio.h> int main (void) { char hello[] = "Hello, world!\n"; printf ("%s", hello); return 0; }