Skip to content

Commit 6f8aedf

Browse files
committed
gigasecond: Fix function template
1 parent 74365a1 commit 6f8aedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/gigasecond/src/gigasecond.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
(defn from
44
"Determines the date one gigasecond after the given date."
5-
[date]
5+
[year month day]
66
;; function body
77
)

0 commit comments

Comments
 (0)