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

View file

@ -0,0 +1,5 @@
module Data.String.Ubc.Parse
( someFunc )
where
someFunc = putStrLn "help"