2 lines
62 B
Makefile
2 lines
62 B
Makefile
auto str = `"Hello," he said.`;
|
|
auto str2 = r"\n is slash-n";
|
auto str = `"Hello," he said.`;
|
|
auto str2 = r"\n is slash-n";
|