Skip to content

Commit 0751c23

Browse files
Merge pull request #359 from ricemery/gigasecond
Add file with expected interface. Refs #137
2 parents b2f9f66 + 1ede59c commit 0751c23

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import java.time.LocalDate
2+
import java.time.LocalDateTime
3+
4+
object Gigasecond {
5+
def addGigaseconds(startDate: LocalDate): LocalDateTime = ???
6+
7+
def addGigaseconds(startDateTime: LocalDateTime): LocalDateTime = ???
8+
}

0 commit comments

Comments
 (0)