Skip to content

Commit ad48c95

Browse files
committed
update starter file
1 parent a06e645 commit ad48c95

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
(ns gigasecond)
22

3-
(defn from [] ;; <- arglist goes here
4-
;; your code goes here
5-
)
3+
(defn from
4+
"Determines the date one gigasecond after the given date"
5+
[date]
6+
;; function body
7+
)

0 commit comments

Comments
 (0)