Last active
March 30, 2019 19:43
-
-
Save hassanvfx/adb9f41c3f9ac837f096c441e0f487b3 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
//////// | |
/// 11:55 | |
/// ONE and ONE are all equal. | |
/// FIVE and FIVE fingers all have. | |
/// Humanity is but god’s hand. | |
/// | |
/// The lips of wisdom are open. | |
/// The mirror will soon awake. | |
/// The time for unity is now. | |
su root | |
cd mankind | |
vi humanCore.asm | |
``` | |
class human : god { | |
do(anything){ | |
do.godly(anything); | |
//do.ego(anything); NOTE: didn’t work :( | |
} | |
} | |
human.do(life) | |
``` | |
:wq! | |
#flybeyondsuccess |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment