Sha256: b6a9d5d3b0afd8be5596bd1b46a477ed1d3ff180e959cfceb7e4c1229edc53f3
Contents?: true
Size: 545 Bytes
Versions: 225
Compression:
Stored size: 545 Bytes
Contents
import java.time.LocalDate; import java.time.LocalDateTime; class Gigasecond { Gigasecond(LocalDate birthDate) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } Gigasecond(LocalDateTime birthDateTime) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } LocalDateTime getDate() { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } }
Version data entries
225 entries across 225 versions & 1 rubygems