Played Challenges
Change class fields from snake case to camel case - 295 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 14
- Position: #73 / 109
- Number of attempts: 1
Fix timezone format - 329 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: #71 / 106
- Number of attempts: 2
VimGolf