mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-22 17:40:55 +00:00
6 lines
83 B
Haskell
6 lines
83 B
Haskell
import Prelude (IO)
|
|
import Application (appMain)
|
|
|
|
main :: IO ()
|
|
main = appMain
|