diff options
Diffstat (limited to 'Biz/Pie.hs')
-rw-r--r-- | Biz/Pie.hs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,3 +21,7 @@ -- - Sean Ellis' question: "How would you feel if you could no longer use this -- product? (a) Very disappointed, (b) somewhat disappointed, (c) not -- disappointed" and then measure the percentage who answer (a). +module Biz.Pie where + +main :: IO () +main = pure () |