Add SIN.04028 tutorial material, tutor prompt and conversation log
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
void main() throws Exception {
|
||||
FileMessageBoard.watch("consoleOut/inbox", message -> {
|
||||
if (message.type().equals("TEXT"))
|
||||
IO.println(message.value());
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user