From 8071dfb31f750bec889e41002cee8f55337f79b5 Mon Sep 17 00:00:00 2001 From: Coin de Gamma Date: Sun, 5 Mar 2023 08:47:31 +0000 Subject: [PATCH] fx readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13e5fdc..a40ea89 100644 --- a/README.md +++ b/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.