[Haskell-cafe] ACross

Jenny678 mestor1 at gmx.de
Mon Jun 19 15:42:33 EDT 2006


Hello,

Can somebody help me
My Problem is to define a code for:

>cross 7         -- means 7*7
>+++++++
>++      ++
>+  +  +  +
>+    +    +
>+  +  +  +
>++      ++
>+++++++

Another Example
>cross 13                   -- 13*13           
>+++++++++++++
>++                  ++
>+  +              +  +
>+    +          +    +
>+      +      +      +
>+        +  +        +
>+          +          + 
>+        +  +        +
>+      +      +      +
>+    +          +    +
>+  +              +  +
>++                  ++
>+++++++++++++

Can I use putString ???
Thanks for any help      

--
View this message in context: http://www.nabble.com/ACross-t1813549.html#a4943328
Sent from the Haskell - Haskell-Cafe forum at Nabble.com.



More information about the Haskell-Cafe mailing list