8ec80d78f5
BREAKING: require neovim v0.5+ to work!!! migrate neovim configuration to lua
15 lines
201 B
Plaintext
15 lines
201 B
Plaintext
/**
|
|
* @author : {{NAME}} ({{EMAIL}})
|
|
* @file : {{FILE}}
|
|
* @license : {{LICENSE}}
|
|
* @created : {{TIMESTAMP}}
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
{{CURSOR}}
|
|
return 0;
|
|
}
|