RosettaCodeData/Task/Comments/Elm/comments.elm
2023-07-01 13:44:08 -04:00

5 lines
75 B
Elm

-- a single line comment
{- a multiline comment
{- can be nested -}
-}