Played Challenges
From brakets to parens - 807 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: 68
- Position: #173 / 184
- Number of attempts: 1
delete swap - 1834 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #376 / 570
- Number of attempts: 1
A Simple One - 1069 entries
Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...
- Best score: 9
- Best player score: 9
- Position: #581 / 672
- Number of attempts: 1
VimGolf