1
0
forked from ovh/pci-test
pci-test/ex1/c.py
2024-12-01 21:31:29 +01:00

11 lines
145 B
Python

from a import print_args
from art import text2art
def main():
return text2art(print_args())
if __name__ == "__main__":
print(main())