packages feed

interpol-0.1.0: Test/One.hs

module Main where

okVal :: Int
okVal = 23

main :: IO ()
main = putStrLn "I have {okVal} apples."