mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 06:14:06 -06:00
13 lines
173 B
Markdown
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 |