We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26adc9d commit ef6130eCopy full SHA for ef6130e
README.md
@@ -1,7 +1,5 @@
1
# Rust Project Euler
2
3
-<img src="https://projecteuler.net/profile/idematos.png" alt="https://projecteuler.net/profile/idematos.png">
4
-
5
Some solutions for [Project Euler](https://projecteuler.net/)'s problems written in Rust.
6
7
## Prerequisites
@@ -13,10 +11,6 @@ Run a specific problem:
13
11
14
12
cargo run --bin problem001
15
16
-## Why only the first 100 problems?
17
18
-Project Euler's policy allows sharing solutions only for the first 100 problems.
19
20
## Contributions
21
22
Feel free to open an issue or submit a pull request if you have questions or suggestions.
0 commit comments