------------------------------------------------------------------
-- |
-- Program     :  jsmwc
-- Copyright   :  (c) Dmitry Golubovsky, 2009
-- License     :  BSD-style
-- 
-- Maintainer  :  golubovsky@gmail.com
-- Stability   :  experimental
-- Portability :  portable
-- 
--
--
-- JSMW compiler wrapper
------------------------------------------------------------------

module Main where

import Paths_jsmw

main = putStrLn "jsmwc"

