hello-world
unknown
haskell
2 years ago
136 B
3
Indexable
{-# OPTIONS --guardedness #-} module hello-world where open import IO open import Level main = run {0ℓ} (putStrLn "Hello, World!")
Editor is loading...
{-# OPTIONS --guardedness #-} module hello-world where open import IO open import Level main = run {0ℓ} (putStrLn "Hello, World!")