#include int main () { char txt[] = "If i live in a \"different\" universe i love you"; printf ("%s", txt); return 0; }