Created
August 28, 2019 12:43
-
-
Save rlemon/4df6afb3bb74f38085361eb34290e2bb to your computer and use it in GitHub Desktop.
This file contains 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
using System; | |
namespace System | |
{ | |
internal static class KNAWLEDGE | |
{ | |
internal static bool GARAGE(bool p, bool q) | |
{ | |
return Books > Lambo; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment