view example/word_count/README @ 1126:6043da6e48f1 draft

complete compile but not work yet.
author yutaka@localhost.localdomain
date Sat, 12 Feb 2011 08:39:35 +0900
parents 852ed17d8af1
children
line wrap: on
line source


word count

     16     16     16
   |------|------|------|------|------|------|------|------|

と言うように実行すると、
   /\/\/\/\
   \/\/\/\/
patter になってしまう。


     16     16
   |------|------| 16
          |------|------| 16
                 |------|------|  16
                        |------|------|

となるようにしたい。run16 は逐次で実行されるので、二つspawnすれば良い?