sample.dc 109 B

12345
  1. from message import Message
  2. dclass Message: DistributedObject {
  3. sendText(string messageText) broadcast;
  4. }