It's easier to just add them manually (at least for me). Just type:
[code]
int main()
{
return 0;
}
[/code]

and you'll get:

Code:
int main()
{
  return 0;
}