View Problem

Define a string containing special characters

Define the literal string "\#{'}${"}/"
ExpandDiskEdit
csharp
string verbatim = @"\#{'}${""""}/";
string cStyle = "\\#{'}${\"\"}/";

Submit a new solution for csharp
There are 22 other solutions in additional languages (clojure, cpp, erlang, fantom ...)