hello-world

 avatar
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...