advent/2016/11-1.py

10 lines
193 B
Python
Raw Normal View History

2017-12-12 21:57:20 +00:00
# Python!
# Promethium = Pm, Cobalt = Co, Curium = Cm
# Ruthenium = Ru, Plutonium = Pu,
initial_state = [
['GPm', 'MPm'],
['GCo', 'GCm', 'GRu', 'GPu'],
['MCo', 'MCm', 'MRu', 'MPu'],
[],
]