UbcLanguage Definition

This commit is contained in:
vegowotenks 2024-12-30 08:44:51 +01:00
parent e494aaff06
commit f1599d6860
3 changed files with 55 additions and 0 deletions

9
app/Main.hs Normal file
View file

@ -0,0 +1,9 @@
module Main (main) where
import Data.Text.Ubc.Parse
main :: IO ()
main = do
text <- getContents
someFunc
return ()