gazprea-fuzzer-python/ast_parser/test/xml/input_py.in
ayrton d211131c4e IT'S ALIIIIIIIIVE
Took 1 hour 15 minutes
2023-11-20 20:28:55 -07:00

8 lines
84 B
Plaintext

def main() -> int:
a: int = 1
print(a * 42, end='')
return 0
pass