summaryrefslogtreecommitdiff
path: root/.config/nvim/templates/_default.c
blob: 6d8e7c10cf9603e173e5c8410c1d7fca3a9aeced (plain)
1
2
3
4
5
#include <stdio.h>

int main() {
	<++>
}