UbcLanguage Definition
This commit is contained in:
parent
e494aaff06
commit
f1599d6860
3 changed files with 55 additions and 0 deletions
9
app/Main.hs
Normal file
9
app/Main.hs
Normal file
|
@ -0,0 +1,9 @@
|
|||
module Main (main) where
|
||||
|
||||
import Data.Text.Ubc.Parse
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
text <- getContents
|
||||
someFunc
|
||||
return ()
|
Loading…
Add table
Add a link
Reference in a new issue