diff options
-rw-r--r-- | src/main.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.go b/src/main.go index b974704..4f7f2ee 100644 --- a/src/main.go +++ b/src/main.go @@ -8,11 +8,6 @@ import ( var ( port *int - - // map the username to the amount of challenges solved - // TODO: challenges should get a score and the score should be exposed - // instead of "solved" or "not solved". - userScore map[string]int ) func main() { |