Commit 502fa665 authored by Dominik Charousset's avatar Dominik Charousset

up

parent 75c91e37
......@@ -2,6 +2,7 @@ import akka.actor.{ Props, Actor, ActorRef, ActorSystem }
import com.typesafe.config.ConfigFactory
import Console.println
case object Ok
case object Done
case class Error(msg: String)
case class KickOff(value: Int)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment