Played Challenges
YAML to dotenv - 1292 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 28
- Position: #165 / 271
- Number of attempts: 2
Reorganize Pokémon - 697 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 29
- Position: #167 / 192
- Number of attempts: 2
Append leading hyphen count to each line - 109 entries
Append the number of leading hyphens to the end of each line.
- Best score: 23
- Best player score: 50
- Position: #28 / 32
- Number of attempts: 2
Fix timezone format - 318 entries
Add the missing T and Z in the datetime field. There should be a T instead of the space, and a Z at the end of the datetime. `2024-08-31 18:32:00;` -> `2024-08-31T18:32:00Z;`
- Best score: 15
- Best player score: 19
- Position: #72 / 101
- Number of attempts: 1
VimGolf