From f92dfbc79d2dab4fba6c5c929d3640324a3eba5e Mon Sep 17 00:00:00 2001 From: ykerus <48921025+ykerus@users.noreply.github.com> Date: Sun, 3 Apr 2022 23:51:55 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cbc8d7..191eaa5 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,17 @@ For exmple, you could write `solution.txt` with: ``` which tells us to first drop the block with `block_id = 322` at x-coordinate `54`, and then drop the block with `block_id = 12` at x-coordinate `4`, etc. -Submit your solution `.txt` at: https://dropblox.azurewebsites.net/submit +Submit your solution `.txt` at: https://dropblox.azurewebsites.net/submit. + +> Note: loading the website may take a moment. If loading fails, please try again. ## Leaderboard 🏆 -Want to see how you compare to the rest?
-Go to: https://dropblox.azurewebsites.net/leaderboard +https://dropblox.azurewebsites.net/leaderboard + +## Contact +dropblox@godatadriven.com ## About > This challenge is hosted by [GoDataDriven](https://godatadriven.com/) for PyConDE & PyData Berlin 2022.