We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06e645 commit ad48c95Copy full SHA for ad48c95
exercises/practice/gigasecond/src/gigasecond.clj
@@ -1,5 +1,7 @@
1
(ns gigasecond)
2
3
-(defn from [] ;; <- arglist goes here
4
- ;; your code goes here
5
-)
+(defn from
+ "Determines the date one gigasecond after the given date"
+ [date]
6
+ ;; function body
7
+ )
0 commit comments