module Ppr001 where -- This is the main function main = putStrLn "hello" foo x = y + 3 where y = 2 ^ x