module Main where main = print $ g [1] g xs = if null xs then 1 else 3