On Friday, 17 March 2017 at 00:35:32 UTC, Philip Miess wrote:
https://gitlab.com/pmiess/101gamesDlangComputerGames/blob/master/ aceyducy.d
You don't need string literals to be verbatim (r"") in order to insert newlines as in the code (without escape sequences). All string literals behave this way in D -- this is different from C# for example.