This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Daimon.scala #8 やってみよう | |
* http://d.hatena.ne.jp/seratch2/20110507/1304777166 | |
* 以下のPlayer、Gameをそれぞれアクターとして定義して山手線ゲームをコメント例のように実行できるようにしてください。 | |
*/ | |
import actors.Actor | |
class Get | |
case class IsUsed(station: Station) |