Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
Add simple program as a test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed Oct 10, 2008
1 parent 51c3157 commit 60a8f62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Test001.hs
@@ -0,0 +1,5 @@
module Main where

import Data.Maybe ( fromMaybe )

main = print (fromMaybe (Just 3))

0 comments on commit 60a8f62

Please sign in to comment.