Added usage info to README
parent
23a2049dfa
commit
991ee750cd
13
README.md
13
README.md
|
@ -1,3 +1,16 @@
|
||||||
# Project Euler solutions
|
# Project Euler solutions
|
||||||
Solutions to [Project Euler](https://projecteuler.net/) in various languages (mostly python).
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue