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

2 lines
62 B
D

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