union MorePerfect
{
North n;
South s;
};
//Should have called this highlander not union, there can only be one
Post
May 11, 2016
May 11, 2016
union MorePerfect
{
North n;
South s;
};
//Should have called this highlander not union, there can only be one