diff options
| author | James Smith <baggy@baggy.me.uk> | 2021-09-03 15:00:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-03 15:00:40 +0100 |
| commit | ad6852efcea9e96fa59de2907b64fd703a37462c (patch) | |
| tree | de7c1d4398ccf38d6b7e15c944c4232b23b8cb30 /challenge-128 | |
| parent | 4c23a8c701474e86017438e4b50134270322b320 (diff) | |
| download | perlweeklychallenge-club-ad6852efcea9e96fa59de2907b64fd703a37462c.tar.gz perlweeklychallenge-club-ad6852efcea9e96fa59de2907b64fd703a37462c.tar.bz2 perlweeklychallenge-club-ad6852efcea9e96fa59de2907b64fd703a37462c.zip | |
Update README.md
Diffstat (limited to 'challenge-128')
| -rw-r--r-- | challenge-128/james-smith/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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... |
