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