mirror of
https://github.com/github/codeql.git
synced 2026-04-08 08:34:02 +02:00
6 lines
74 B
Python
6 lines
74 B
Python
from sys import stdout
|
|
|
|
def main():
|
|
stdout.write("Hello World!")
|
|
|