From ad6852efcea9e96fa59de2907b64fd703a37462c Mon Sep 17 00:00:00 2001 From: James Smith Date: Fri, 3 Sep 2021 15:00:40 +0100 Subject: Update README.md --- challenge-128/james-smith/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge-128/james-smith/README.md b/challenge-128/james-smith/README.md index be4fb1ed86..2321921a0e 100644 --- a/challenge-128/james-smith/README.md +++ b/challenge-128/james-smith/README.md @@ -130,7 +130,7 @@ sub bump_platform { } ``` -**Notes: +**Notes:** We can also keep information about which trains are on by re-writing what is stored in `@plat` rather than storing the last departure time - we can store the arrival/departure time of trains on each platform... -- cgit