Fixed typo

master
Tibor Bizjak 2023-03-14 00:00:43 +01:00
parent 69084d9265
commit be39222ff7
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Solutions to [Advent of Code 2019](https://adventofcode.com/2019) in Python 3.
## Usage
To solve all puzzles with implemented solution run
To solve all puzzles with implemented solutions run
```console
foo@bar:~$ python3 main.py
```
@ -10,7 +10,6 @@ or alternatively make the main program executable
```console
foo@bar:~$ chmod +x main.py
foo@bar:~$ ./main.py
foo
```
For other options see `./main.py -h`
```console