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