project-euler/README.md

17 lines
267 B
Markdown
Raw Normal View History

2023-03-25 15:41:08 +01:00
# Project Euler solutions
Solutions to [Project Euler](https://projecteuler.net/) in various languages (mostly python).
2023-03-27 01:57:20 +02:00
## Usage
Compile with make
```console
$ make
```
Solve all solved problems with
```console
$ ./main.py
```
or
```console
$ python3 main.py
```