Define the literal string
"\#{'}${"}/"
cpp std::string special = "\\#{'}${\"}/";
#include <string>
int main()
{
std::string special = "\\#{'}${\"}/";
}
cpp C++/CLI .NET 2.0String^ special = L"\\#{'}${\"}/";
using namespace System;
int main()
{
String^ special = L"\\#{'}${\"}/";
}
fantom special := Str<|\#{'}${"}/|>
class SolutionXX
{
Void main()
{
special := Str<|\#{'}${"}/|>
}
}
Submit a new solution for
cpp or
fantom
There are 20 other solutions in
additional languages (
clojure,
csharp,
erlang,
fsharp ...)