From 0cd8fedcbf449c575018f9639e92beb5e81d90b5 Mon Sep 17 00:00:00 2001 From: Tibor Bizjak Date: Tue, 14 Mar 2023 01:01:43 +0100 Subject: [PATCH] Changed shell block style --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2af5d40..920ca8f 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ Solutions to [Advent of Code 2019](https://adventofcode.com/2019) in Python 3. ## Usage To solve all puzzles with implemented solutions run ```console -foo@bar:~$ python3 main.py +$ python3 main.py ``` or alternatively make the main program executable ```console -foo@bar:~$ chmod +x main.py -foo@bar:~$ ./main.py +$ chmod +x main.py +$ ./main.py ``` For other options see `./main.py -h` ```console -foo@bar:~$ ./main.py -h +$ ./main.py -h usage: main.py [-h] [-d DAY[-DAY]] [-i INPUT] [-t] Solves Advent of Code 2019 puzzles. The puzzles are available at