Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-14 00:20:50 +00:00
parent 366b13ffac
commit 2f0bb2e110
24 changed files with 260 additions and 33 deletions

View File

@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
- Compile one or more C# files to a CIL executable:
`csc {{path/to/input_file_a.cs}} {{path/to/input_file_b.cs}}`
`csc {{path/to/input_file1.cs path/to/input_file2.cs ...}}`
- Specify the output filename: