4 lines
97 B
Plaintext
4 lines
97 B
Plaintext
// tests/reply_actor.ce - Simple child that just logs
|
|
log.console("reply_actor: alive!")
|
|
$stop()
|