module LiftOneLevel.A2 where
 
import LiftOneLevel.C2

main = sumSquares [1..4] + anotherFun [1..4]