working on adding read stage
This commit is contained in:
parent
4cc8c8d430
commit
6b81cd28ee
4 changed files with 24 additions and 10 deletions
6
hs/Read.hs
Normal file
6
hs/Read.hs
Normal file
|
@ -0,0 +1,6 @@
|
|||
{-# LANGUAGE DataKinds #-}
|
||||
{-# LANGUAGE NumericUnderscores #-}
|
||||
|
||||
module Read(read) where
|
||||
|
||||
read = 2
|
Reference in a new issue