Update README.md
This commit is contained in:
parent
45c8a0df7f
commit
c89423f3b4
13
README.md
13
README.md
|
|
@ -1,10 +1,21 @@
|
||||||
# Advent of Code 2021
|
# Advent of Code 2021
|
||||||
|
|
||||||
|
This year C# only.
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
All source files use [top-level statements](https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-9#top-level-statements).
|
All source files use [top-level statements](https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-9#top-level-statements).
|
||||||
To run a specific file, uncomment the first line that contains a preprocessor directive and in turn allows compilation of the code below.
|
To run a specific file, uncomment the first line that contains a preprocessor directive and in turn allows compilation of the code below.
|
||||||
Before moving to the next file, comment out the first line again, as only one file is allowed to have top-level statements.
|
Before moving to the next file, comment out the first line again, as only one file is allowed to have top-level statements.
|
||||||
|
|
||||||
by Stefan Forstenlechner
|
### Requirements
|
||||||
|
|
||||||
|
C# 9.0 and .NET 5
|
||||||
|
|
||||||
|
### Execute
|
||||||
|
|
||||||
|
```shell
|
||||||
|
dotnet run
|
||||||
|
```
|
||||||
|
|
||||||
|
by Stefan Forstenlechner
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue