index
:
configs
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stow
/
vim
/
dot-vim
/
ftplugin
/
cpp
/
snips
/
template.txt
blob: 90ef863b79b755e611eaab093b3b2359dc01965b (
plain
)
1
2
3
4
5
6
#include <iostream> int main() { <+++> return 0; }