# .font: font.text_2
2023-05-19 20:27 dustin  
# .font: font.text_1
solution free! so this one turned out to be quite difficult compared with episode 1, judging by the count of solutions ;)  
  
cso tricks:  
| pushing a Π over empty space (only possible from left to right, quite common)  
| collcting the Α before it would start falling  
| escaping the Β directly before ^ collects the Α (same open border trick as episode 1)  
  
the last one is the very reason why the solution works only where it works!