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;
|
||
|
}
|