Skip to content

Commit 6118073

Browse files
committed
Change article date
1 parent dbb7d50 commit 6118073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Each sample directory contains its own instructions (SETUP.md) on how to run the
88

99
## Content
1010

11-
* [CountDownProblem.java](countdown-problem-java21/CountDownProblem.java) published on https://inside.java/2023/11/02/countdown-haskell-java
11+
* [CountDownProblem.java](countdown-problem-java21/CountDownProblem.java) published on https://inside.java/2023/11/03/countdown-haskell-java
1212

1313
## Contributing
1414

countdown-problem-java21/SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Countdown Problem
22

3-
[CountDownProblem.java](CountDownProblem.java) is the complete example used in the article https://inside.java/2023/11/02/countdown-haskell-java.
3+
[CountDownProblem.java](CountDownProblem.java) is the complete example used in the article https://inside.java/2023/11/03/countdown-haskell-java.
44
The code represents the Java port of [a Haskell example](https://www.cs.nott.ac.uk/~pszgmh/pgp-countdown.hs) authored by Prof. Graham Hutton.
55
The problem and the solution approaches of the Haskell example are explained in https://youtu.be/CiXDS3bBBUo?list=PLF1Z-APd9zK7usPMx3LGMZEHrECUGodd3.
66

0 commit comments

Comments
 (0)