We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b91058 commit ec83cd0Copy full SHA for ec83cd0
exercises/practice/gigasecond/.docs/instructions.append.md
@@ -31,9 +31,9 @@ Ad the following code to the top of your solution file to use the `date_time` pa
31
:- use_module(library(date_time)).
32
```
33
34
-```exercism/note
+### Exercism note
35
Tip: the [source of the date_time package][date-time-package-source] is well documented and be a great help!
36
-```
+
37
38
[built-in-dates-support]: https://www.swi-prolog.org/pldoc/man?section=timedate
39
[date-time-package]: https://www.swi-prolog.org/pack/list?p=date_time
0 commit comments