RosettaCodeData/Task/Literals-String/D/literals-string-3.d
2023-07-01 13:44:08 -04:00

2 lines
62 B
Makefile

auto str = `"Hello," he said.`;
auto str2 = r"\n is slash-n";