Add SIN.04028 tutorial material, tutor prompt and conversation log
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import java.time.Instant;
|
||||
|
||||
record Message(String type, String value, Instant timestamp) {
|
||||
Message(String type, String value) {
|
||||
this(type, value, Instant.now());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user