Skip to content
Snippets Groups Projects
Commit e0bbc0f6 authored by Patrick Jüptner's avatar Patrick Jüptner
Browse files

added go.py

parent 480b0b40
Branches
No related tags found
No related merge requests found
go.py 0 → 100644
def main():
print("Hello World!")
if __name__ == "__main__":
main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment