summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rouge-4.7.0/lib/rouge/demos/elm
blob: 8d38380514f5c7c9f2600210deb7c1a09d17ecbb (plain)
1
2
3
4
import Html exposing (text)

main =
  text "Hello, World!"