Created
April 23, 2017 16:37
-
-
Save Mike-E-angelo/dbe2664d2f39f377e96477d2ff287446 to your computer and use it in GitHub Desktop.
Murica
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace Government | |
{ | |
class America { } | |
class Citizen : America | |
{ | |
const string TaxReturns = "Release us FFS!!!"; | |
private int trumpEmotionalIQ = 0, trumpTolerance = 0; | |
private float trumpExperience = .03f; | |
public string Name { get; set; } = "Nick"; | |
public int Age { get; set; } = 23; | |
public string Occupation { get; set; } = "Interaction Designer"; | |
public bool IsMyPresident(America america) => trumpEmotionalIQ + trumpExperience + trumpTolerance > 50; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{"source": "https://www.facebook.com/photo.php?fbid=10203207087855170"}