lol
This commit is contained in:
parent
aaa2c123b8
commit
e8d2d22117
13
README.md
13
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.
|
|
@ -39,7 +39,7 @@ parser.add_argument('-u', action="store_true", default=False, help="ShowStarted,
|
|||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
kt = Kattis('confestim', 'not my actual password lol', )
|
kt = Kattis('confestim', 'bobit0drog@231', )
|
||||||
problem = args.p
|
problem = args.p
|
||||||
plot = args.pl
|
plot = args.pl
|
||||||
suggest = args.s
|
suggest = args.s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user