Created
March 22, 2019 06:42
-
-
Save ofey404/40c900f41ef48019fcb88e4aac06b0d3 to your computer and use it in GitHub Desktop.
minimal python code routine
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
def main(): | |
pass | |
if __name__ == "__main__": | |
main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment