CS代写 CSE230.Shapes as Shapes

module Main where

import qualified CSE230.Shapes as Shapes
import qualified CSE230.Directory as Directory

Copyright By PowCoder代写 加微信 powcoder

import System.Environment (getArgs)

main :: IO ()
args <- getArgs case args of [] -> Shapes.main
_ -> Directory.main args

程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com