mirror of
https://github.com/Drezil/dear-implot.hs.git
synced 2024-11-14 17:07:01 +00:00
5 lines
62 B
Haskell
5 lines
62 B
Haskell
module Main (main) where
|
|
|
|
main :: IO ()
|
|
main = putStrLn "go!"
|