Browse Source

fx readme

master
Coin de Gamma 1 year ago
parent
commit
8071dfb31f
  1. 6
      README.md

6
README.md

@ -5,9 +5,11 @@ no to actually solve all problems
https://projecteuler.net
## run soultion
## run a soultion
```bash
cd 001
rustc solution.rs && solution
rustc main.rs && ./main
```
if you find a `README.md` inside a solution folder, then don't forget to read it.

Loading…
Cancel
Save