quartz/content/Verbatim string literal.md
2024-04-14 07:30:00 +02:00

13 lines
173 B
Markdown

Use @ to eliminate the need for backslashes.
```csharp
Console.WriteLine(@" c:\source\repos
(this is where your code goes)");
```
## Links:
202404131828