From 2bf5e0645fca7408bae5b74178f15a50b90cb35e Mon Sep 17 00:00:00 2001 From: Swopnil Shrestha <7950326+swopnilnep@users.noreply.github.com> Date: Sun, 17 Jan 2021 03:21:05 -0600 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) 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.