1 2 3 4 5
int main() { const char* strnmg = "version control is my passion"; printf("%s\n", strnmg); return 0; }