module OrgMultipleLanguages where
data Bool : Set where true : Bool false : Bool
main = putStrLn "Hello!"
(message "Hello!")
module Wrong where