From 991ee750cdb3ec68a1c66e8a60fa07cf1aeaee6a Mon Sep 17 00:00:00 2001 From: Tibor Bizjak Date: Mon, 27 Mar 2023 01:57:20 +0200 Subject: [PATCH] Added usage info to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 92e7fd8..8638839 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # Project Euler solutions Solutions to [Project Euler](https://projecteuler.net/) in various languages (mostly python). +## Usage +Compile with make +```console +$ make +``` +Solve all solved problems with +```console +$ ./main.py +``` +or +```console +$ python3 main.py +```