insagur's picture
Add files using upload-large-folder tool
a2ad886 verified
Raw
History Blame Contribute Delete
68 Bytes
def main():
print('hello')
if __name__=='__main__':
main()