diff --git a/README.md b/README.md index a40ea89..59b1c91 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ https://projecteuler.net ```bash cd 001 -rustc main.rs && ./main +clear && rustc main.rs && ./main ``` if you find a `README.md` inside a solution folder, then don't forget to read it.