Skip to content

Instantly share code, notes, and snippets.

@tiborsimon
Created June 16, 2015 16:58
Show Gist options
  • Save tiborsimon/d1551331a83abd0c7f8d to your computer and use it in GitHub Desktop.
Save tiborsimon/d1551331a83abd0c7f8d to your computer and use it in GitHub Desktop.
Demo if the 4
# This is the main function of he demo program that will print out a line to the console and then it will terminate itself by returning a zero.
def main():
print("This is a line..")
if __name__ == '__main__':
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment