<snippet>
  <content><![CDATA[
// Ben Harris

#ifndef _$1_
#define _$1_

// method definitions
int main(int argc, char **argv);
$0

#endif

]]></content>
  <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  <tabTrigger>cppheader</tabTrigger>
  <!-- Optional: Set a scope to limit where the snippet will trigger -->
  <scope>source.c++</scope>
</snippet>