Played Challenges
From brakets to parens - 863 entries
This is one of the most common problem when you wrap an array for error handling. Vim is useful when you convert foo[i][j][k] into foo(i, j, k) for many times.
- Best score: 24
- Best player score: 42
- Position: #145 / 202
- Number of attempts: 1
Create json from a .env file - 1486 entries
A simple everyday task.
- Best score: 39
- Best player score: 61
- Position: #178 / 346
- Number of attempts: 2
Count words - 112 entries
Merge duplicates and count each word.
- Best score: 39
- Best player score: 73
- Position: #18 / 25
- Number of attempts: 4
VimGolf