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