diff options
author | 2025-03-02 16:12:52 +0100 | |
---|---|---|
committer | 2025-03-02 16:12:52 +0100 | |
commit | 75066cddefbeab6d69aa4efe0a4aa97915c98c84 (patch) | |
tree | 167d601d91d560c7373b18b0abac20568b604fae /acms.hs | |
parent | fefb6424bddd6ac4bf0b68f30fbf6a7f59658cec (diff) |
hybrid shell
Diffstat (limited to 'acms.hs')
-rw-r--r-- | acms.hs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +import ACMS.ACMS + +main = + ACMS.ACMS.run (error "TODO") |