\begin{code}
-- Copyright 2008 the Contributors, as shown in the revision logs.
-- Licensed under the Apache Public Source License 2.0 ("the License").
-- You may not use this file except in compliance with the License.

module Main
where
import Wix(main')
import System

main = do x <- getArgs
          main' (head x) 0

\end{code}
