codeql-action/tests/multi-language-repo/main.py
2020-05-08 11:51:47 +02:00

9 lines
116 B
Python
Executable file

#!/usr/bin/python3
def main():
if True:
print("Hello, World!")
if __name__ == '__main__':
main()