working on adding read stage

This commit is contained in:
Yehowshua Immanuel 2025-03-07 12:09:08 -05:00
parent 4cc8c8d430
commit 6b81cd28ee
4 changed files with 24 additions and 10 deletions

6
hs/Read.hs Normal file
View file

@ -0,0 +1,6 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE NumericUnderscores #-}
module Read(read) where
read = 2