UFR-Fing / main.py
anbinh39's picture
Add files using upload-large-folder tool
6e9cb06 verified
Raw
History Blame Contribute Delete
82 Bytes
def main():
print("Hello from sifq!")
if __name__ == "__main__":
main()