@@ -0,0 +1,9 @@
module Main where
import Parser
import Compiler
main :: IO ()
main = do
contents <- getContents
compileZorth $ parseZorth contents
The note is not visible to the blocked user.