
module Main (main) where

import System.IO

main = hPutStr stderr ""

