feat(users/Profpatsch/whatcd-resolver): add executable
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>
This commit is contained in:
parent
07b0dff209
commit
3de9601764
3 changed files with 37 additions and 1 deletions
6
users/Profpatsch/whatcd-resolver/Main.hs
Normal file
6
users/Profpatsch/whatcd-resolver/Main.hs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module Main where
|
||||
|
||||
import WhatcdResolver qualified
|
||||
|
||||
main :: IO ()
|
||||
main = WhatcdResolver.main
|
||||
Loading…
Add table
Add a link
Reference in a new issue