mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
8 lines
206 B
Haskell
8 lines
206 B
Haskell
module Main where
|
|
import Startlude ( IO
|
|
, pure
|
|
)
|
|
|
|
main :: IO ()
|
|
main = pure ()
|