Skip to content

Instantly share code, notes, and snippets.

@opilar
Created October 26, 2012 11:39
Show Gist options
  • Save opilar/3958316 to your computer and use it in GitHub Desktop.
Save opilar/3958316 to your computer and use it in GitHub Desktop.
Init template C
<snippet>
<content><![CDATA[
#include <stdio.h>
#define SIZE 10000
int main ()
{
// freopen ("input.txt", "r", stdin);
// freopen ("output.txt", "w", stdout);
$0
return 0;
}
]]></content>
<tabTrigger>initc</tabTrigger>
<scope>source.c</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment