Skip to content
Snippets Groups Projects
Commit 01eaa33d authored by José Urra Llanusa's avatar José Urra Llanusa
Browse files

remove hello world script

parent 75274616
Branches master
No related tags found
No related merge requests found
#!/usr/bin/env python
def say_hello():
return "Hello World!"
# export main function
if __name__ == "__main__":
say_hello()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment