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