module Main where

import Effect.Console (log)

foo =
 1

bar
 = 2

baz
 =
 3

qux
  =
 3

main = log "Done"