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

14 lines
181 B
Markdown

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