aboutsummaryrefslogtreecommitdiff
path: root/files/vim/ftplugin/cpp/snips/template.txt
blob: 8479d268f14f2be9c0813d9b7bc492cd7397f291 (plain)
1
2
3
4
5
#include <iostream>

int main() {
	<+++>
}