File size: 68 Bytes
a2ad886
 
 
 
 
1
2
3
4
5
6
def main():
    print('hello')

if __name__=='__main__':
    main()