Array of characters
We all copy paste things off the internet, but the syntax doesn't look right. Fix it as fast as possible.
Start file
# pound < left angle bracket $ dollar sign + plus sign
% percent > right angle bracket ! exclamation point ` backtick
& ampersand * asterisk ' single quotes | pipe
{ left bracket ? question mark = equal sign
} right bracket / forward slash : colon
blank spaces @ at sign
End file
["#", "<", "$", "+", "%", ">", "!", "`", "&", "*", "'", "|", "{", "?", "=", "}", "/", ":", " ", "@"]
View Diff
1,6c1
< # pound < left angle bracket $ dollar sign + plus sign
< % percent > right angle bracket ! exclamation point ` backtick
< & ampersand * asterisk ' single quotes | pipe
< { left bracket ? question mark = equal sign
< } right bracket / forward slash : colon
< blank spaces @ at sign
---
> ["#", "<", "$", "+", "%", ">", "!", "`", "&", "*", "'", "|", "{", "?", "=", "}", "/", ":", " ", "@"]
Solutions
The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!
Check out these helpful resources to improve your Vim skills... Game on.
Unlock 46 remaining solutions by signing in and submitting your own entry