diff options
author | Profpatsch <mail@profpatsch.de> | 2023-09-17T17·27+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-09-17T18·05+0000 |
commit | 3de96017640b6dc25f1544a1bafd4b370bb1cea0 (patch) | |
tree | 73b93f82139bc4109d19170d3e82351748f7ff7f /users/Profpatsch/whatcd-resolver/Main.hs | |
parent | 07b0dff2099badc7dd7bc231175753e1556b8616 (diff) |
feat(users/Profpatsch/whatcd-resolver): add executable r/6605
Change-Id: I28f5c26443b9a878f8f374af2c7935831d17ab12 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9355 Tested-by: BuildkiteCI Autosubmit: Profpatsch <mail@profpatsch.de> Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/whatcd-resolver/Main.hs')
-rw-r--r-- | users/Profpatsch/whatcd-resolver/Main.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/Profpatsch/whatcd-resolver/Main.hs b/users/Profpatsch/whatcd-resolver/Main.hs new file mode 100644 index 000000000000..21cd80cbf0b3 --- /dev/null +++ b/users/Profpatsch/whatcd-resolver/Main.hs @@ -0,0 +1,6 @@ +module Main where + +import WhatcdResolver qualified + +main :: IO () +main = WhatcdResolver.main |