RosettaCodeData/Task/Literals-String/D/literals-string-3.d

3 lines
62 B
Makefile

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