summaryrefslogtreecommitdiff
path: root/testdata/language-features/module/Hello02.lc
blob: 7f9775dc9afed200822accfc544ebf862cc4b8cb (plain)
1
2
3
4
module Hello02 (hello) where

hello = "hello"
world = "world"