Skip to content

Instantly share code, notes, and snippets.

@kikohs
Created March 10, 2014 20:26
Show Gist options
  • Save kikohs/9473582 to your computer and use it in GitHub Desktop.
Save kikohs/9473582 to your computer and use it in GitHub Desktop.
class une_classe {
private:
bool mavar;
public:
void ANicemethod (Param const &a ) {
if(a==2)
{
return;
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment