Played Challenges
YAML to dotenv - 1255 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 28
- Position: #162 / 266
- Number of attempts: 2
Reorganize Pokémon - 696 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 29
- Position: #166 / 191
- Number of attempts: 2
Append leading hyphen count to each line - 108 entries
Append the number of leading hyphens to the end of each line.
- Best score: 23
- Best player score: 50
- Position: #27 / 31
- 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