Run ❯
×
Change Orientation
Change Theme, Dark/Light
#include
int main() { char txt[] = "We are the so-called \"Vikings\" from the north."; printf("%s", txt); return 0; }
We are the so-called "Vikings" from the north.