# Day 1 ## First Part Simple two sum problem perl sumto.pl ## Second part [Three sum problem](https://www.callicoder.com/three-sum-problem/), which is like two sum problem after fixing the first index perl threesum.pl