File size: 43 Bytes
7bccfea
 
 
 
1
2
3
4
5
def main():
	print("hello world!")

main()