Skip to content

Instantly share code, notes, and snippets.

@aoisensi
Last active January 3, 2016 07:09
Show Gist options
  • Save aoisensi/8428004 to your computer and use it in GitHub Desktop.
Save aoisensi/8428004 to your computer and use it in GitHub Desktop.
(bool)彼女いない歴; //false な男の妄想
struct NewLovePlusPlus
{
long love;
public static NewLovePlusPlus operator ++(NewLovePlusPlus l)
{
l.love++;
l++;
return l;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment