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