diff options
author | Ben Sima <ben@bsima.me> | 2019-03-23 23:58:26 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-23 23:58:26 -0700 |
commit | f50cecf2cb77cc073cb86a6016468a09d1c49fb0 (patch) | |
tree | 1ca9eda0a93a2e04e2dc44df8fc5113375a72c3d /apex/Bs.hs | |
parent | 5d4e34f146a358041099299d2f86a546eed25dea (diff) |
Add semi-working bs
Diffstat (limited to 'apex/Bs.hs')
-rw-r--r-- | apex/Bs.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apex/Bs.hs b/apex/Bs.hs new file mode 100644 index 0000000..0f57bc3 --- /dev/null +++ b/apex/Bs.hs @@ -0,0 +1,6 @@ +module Bs where + +import Language.Bs.Cli (run) + +main :: IO () +main = run |