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

3 lines
62 B
D

// assigns value 'hello' to str
auto str = x"68 65 6c 6c 6f";