test commit
This commit is contained in:
commit
355cd830c8
1 changed files with 6 additions and 0 deletions
6
__main__.py
Normal file
6
__main__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
def foo():
|
||||||
|
return("Hello World!")
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
result = foo()
|
||||||
|
print(result)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue