elm-highchart/Test.elm
Yann Esposito (Yogsototh) 42fd9f9927 initial commit
2014-12-20 22:03:05 +01:00

4 lines
152 B
Elm

import Graphics.Element (Element,container, midTop)
import Html (..)
main : Element
main = container 100 100 midTop (toElement 100 100 (text "coucou"))