Added usage info to README

master
Tibor Bizjak 2023-03-27 01:57:20 +02:00
parent 23a2049dfa
commit 991ee750cd
1 changed files with 13 additions and 0 deletions

View File

@ -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
```