Played Challenges
Rural Post - 4072 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 11
- Position: #427 / 1008
- Number of attempts: 4
Satisfy the go linter - 1996 entries
You just came up with this briliant go vars package. But dang, you forgot to add comments to the exported variables. Can you add a comment over each variable with a TODO-placeholder?
- Best score: 20
- Best player score: 22
- Position: #172 / 400
- Number of attempts: 13
Replace pattern with 1, 2, 3, ... on each line - 1025 entries
For each line replace a search pattern (in this case $) with numbers starting at 1 and then increasing by 1 for each replaced match. a$b$c$ -> a0b1c2
- Best score: 21
- Best player score: 40
- Position: #170 / 207
- Number of attempts: 3
prepend * to every non-blank line - 5946 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 10
- Position: #241 / 1459
- Number of attempts: 5