feat: add hello and time demo hub scripts
This commit is contained in:
2
scripts/time.hub.kts
Normal file
2
scripts/time.hub.kts
Normal file
@@ -0,0 +1,2 @@
|
||||
import java.time.LocalDateTime
|
||||
println("time=" + LocalDateTime.now())
|
||||
Reference in New Issue
Block a user