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