mirror of
https://github.com/Jaxan/ons-hs.git
synced 2025-04-27 22:57:44 +02:00
6 lines
83 B
Haskell
6 lines
83 B
Haskell
module Main where
|
|
|
|
import Orbit
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Hello from App.hs"
|