Changed shell block style

master
Tibor Bizjak 2023-03-14 01:01:43 +01:00
parent 10d119a242
commit 0cd8fedcbf
1 changed files with 4 additions and 4 deletions

View File

@ -4,16 +4,16 @@ Solutions to [Advent of Code 2019](https://adventofcode.com/2019) in Python 3.
## Usage ## Usage
To solve all puzzles with implemented solutions run To solve all puzzles with implemented solutions run
```console ```console
foo@bar:~$ python3 main.py $ python3 main.py
``` ```
or alternatively make the main program executable or alternatively make the main program executable
```console ```console
foo@bar:~$ chmod +x main.py $ chmod +x main.py
foo@bar:~$ ./main.py $ ./main.py
``` ```
For other options see `./main.py -h` For other options see `./main.py -h`
```console ```console
foo@bar:~$ ./main.py -h $ ./main.py -h
usage: main.py [-h] [-d DAY[-DAY]] [-i INPUT] [-t] usage: main.py [-h] [-d DAY[-DAY]] [-i INPUT] [-t]
Solves Advent of Code 2019 puzzles. The puzzles are available at Solves Advent of Code 2019 puzzles. The puzzles are available at