feat: add hello and time demo hub scripts

This commit is contained in:
2026-02-24 18:52:37 +08:00
parent 00508e3121
commit 3e23adf821
2 changed files with 19 additions and 0 deletions

2
scripts/time.hub.kts Normal file
View File

@@ -0,0 +1,2 @@
import java.time.LocalDateTime
println("time=" + LocalDateTime.now())