Played Challenges
One number per line - 18776 entries
Just give me the numbers.
- Best score: 14
- Best player score: 16
- Position: #852 / 3875
- Number of attempts: 6
From argument to object - 1513 entries
This task typifies those programmers endure while coding. This C-family pseudocode needs a function argument to be repurposed as an object call. Simply search and replace? Repeat a pattern of edits?
- Best score: 17
- Best player score: 18
- Position: #192 / 460
- Number of attempts: 4
comment and uncomment code inline - 1130 entries
It's very useful to be able to comment out a block of code in a quick edit. And likewise to uncomment the code. This operation often involves multi-line stanzas and even large blocks. With just line-wise navigation and insert mode this would cost you about 4 keystrokes per line. Master this hole of VimGolf and you'll quickly drop your key count in day to day Vim as well.
- Best score: 9
- Best player score: 12
- Position: #247 / 324
- Number of attempts: 1
Just the middle - 11495 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2462 / 4213
- Number of attempts: 1
Missing Library and a Typo - 900 entries
I forgot to add a c library, please add it for me. Also I'm bad at typing so fix my typo too.
- Best score: 14
- Best player score: 16
- Position: #50 / 215
- Number of attempts: 3
Simple addition - 331 entries
The right side of the equation is already there. We just need the left one now.
- Best score: 12
- Best player score: 14
- Position: #91 / 123
- Number of attempts: 2
Create a table - 332 entries
Convert the given input into a formatted table
- Best score: 16
- Best player score: 26
- Position: #94 / 105
- Number of attempts: 1
I forgot quotes - 16038 entries
Oops.
- Best score: 10
- Best player score: 12
- Position: #1329 / 4192
- Number of attempts: 5
Simple text editing with Vim - 13012 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1943 / 3743
- Number of attempts: 2