Skip to content

Commit

Permalink
docs(README): update with arg option
Browse files Browse the repository at this point in the history
  • Loading branch information
sindrekjr committed Dec 30, 2021
1 parent fd6c724 commit afd28f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ The field supports list comprehension syntax and strings, meaning the following
### Running the project
Write your advent of code solutions in the appropriate solution classes, `AdventOfCode.Solutions/Year<YYYY>/Day<DD>/Solution.cs`.

Then run the project. From the command line you can do as follows.
Then run the project. From the command line you can use `dotnet run`, and optionally specify a day inline. For example, to run your solution for day 21:
```
> dotnet build
> dotnet run
dotnet run 21
```

### Example solution
Expand Down

0 comments on commit afd28f5

Please sign in to comment.