Add SIN.04028 tutorial material, tutor prompt and conversation log
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
void main() throws Exception {
|
||||
FileMessageBoard.publish(
|
||||
"rot13/inbox",
|
||||
new Message("TOPIC", "consoleIn/outbox")
|
||||
);
|
||||
|
||||
FileMessageBoard.publish(
|
||||
"consoleOut/inbox",
|
||||
new Message("TOPIC", "rot13/outbox")
|
||||
);
|
||||
|
||||
IO.println("Wired: consoleIn -> rot13 -> consoleOut");
|
||||
}
|
||||
Reference in New Issue
Block a user