kotlin import java.time.LocalDate fun main() { val currentDate = LocalDate.now() println("Current date: $currentDate") }