diff --git a/README.md b/README.md index 17c0d3f..793525c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Kattis -Some of the problems I have solved on Kattis. - The directory names correspond to `problemID` on Kattis. Most of the problems solved currently are on `python3`, however I plan to use Kattis to learn and implement solutions in other languages as I go. In order to dynamically generate readme and templates for each problem, I am using [fetch.sh](./fetch.sh). It takes a language and problem as an argument and generates files for each problem.