Start coding format
I used to start coding with following format: int main(){ -(cursor here) }
Start file
_
End file
int main(){ _ }
View Diff
1c1,3 < _ --- > int main(){ > _ > }
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 70 remaining solutions by signing in and submitting your own entry
#71 onedayrex / @onedayzns - Score: 29 - 10/25/16 @ 01:42
ddiint main(){<Esc>pi <Esc>o<Esc>i}<Esc>ZZ
0 comments
#72 Austin Ware / @AustinWare17 - Score: 29 - 03/13/18 @ 02:56
Oint main(){<Esc>kjo}<Esc>jjkI <Esc>ZZ
0 comments