hello-world
unknown
haskell
3 years ago
136 B
4
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!")