8 lines
71 B
Python
8 lines
71 B
Python
|
|
def main():
|
|
print('🐱')
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|