Played Challenges
Fix the Scala Method - 289 entries
Fix the missing semicolons and the Int type, ensure the floating point division, and remove the unnecessary return.
- Best score: 2
- Best player score: 28
- Position: #68 / 91
- Number of attempts: 1
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: 28
- Position: #100 / 101
- Number of attempts: 1
Migrated to Postgres! - 338 entries
Celebration completion of this project. https://github.com/igrigorik/vimgolf/pull/322
- Best score: 26
- Best player score: 51
- Position: #131 / 133
- Number of attempts: 3
Inverting Lines - 1932 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 21
- Position: #480 / 518
- Number of attempts: 2
VimGolf