Aufgabe 2.3

This commit is contained in:
Christoph Stahl 2023-04-17 10:26:38 +02:00
parent 5b50e58f9e
commit e748f4e870
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ public class AkkaQuickstart {
//#main-send-messages
greeterMain.tell(new GreeterMain.SayHello("Charles"));
greeterMain.tell(new GreeterMain.SayHello("Alice"));
//#main-send-messages
try {