From e8d2d22117196cd3b9798954bc87f1a4a35daebc Mon Sep 17 00:00:00 2001 From: Boyan Date: Fri, 1 Dec 2023 13:39:42 +0100 Subject: [PATCH] lol --- README.md | 13 +++++++++++-- kattis/kattis.py | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2db3ddb..783c1f7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ -# coding_practice +# Coding Practice + +Collection of algorithmics practice. + +## Active practice sites +* [Kattis](https://open.kattis.com/users/confestim) +* [AoC](https://adventofcode.com/) + +## Inactive practice sites +* [Leetcode](https://leetcode.com/confestim/) +* [Codeforces](https://codeforces.com/profile/confestim) -Collection of algorithmics practice. \ No newline at end of file diff --git a/kattis/kattis.py b/kattis/kattis.py index 20413df..e1f1345 100644 --- a/kattis/kattis.py +++ b/kattis/kattis.py @@ -39,7 +39,7 @@ parser.add_argument('-u', action="store_true", default=False, help="ShowStarted, args = parser.parse_args() -kt = Kattis('confestim', 'not my actual password lol', ) +kt = Kattis('confestim', 'bobit0drog@231', ) problem = args.p plot = args.pl suggest = args.s