diff options
| author | James Smith <baggy@baggy.me.uk> | 2021-07-03 13:25:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-03 13:25:17 +0100 |
| commit | 40a6be70e1e1a6f86920fd0a0c30dbf1aaca8e6d (patch) | |
| tree | cc14eeac37148f801c4d586f35fd4a4d7642a3af | |
| parent | 0d8b60255da44078ba3380d4996d521ccc135b3d (diff) | |
| download | perlweeklychallenge-club-40a6be70e1e1a6f86920fd0a0c30dbf1aaca8e6d.tar.gz perlweeklychallenge-club-40a6be70e1e1a6f86920fd0a0c30dbf1aaca8e6d.tar.bz2 perlweeklychallenge-club-40a6be70e1e1a6f86920fd0a0c30dbf1aaca8e6d.zip | |
Update README.md
| -rw-r--r-- | challenge-119/james-smith/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-119/james-smith/README.md b/challenge-119/james-smith/README.md index f296cf3396..8747a9bc7c 100644 --- a/challenge-119/james-smith/README.md +++ b/challenge-119/james-smith/README.md @@ -133,7 +133,7 @@ End LINE ``` ### Side note... an intepreter for CESIL... -Didn't like the idea of relying on JAVASCRIPT... so here is a bare bones +Didn't like the idea of relying on JAVA... so here is a bare bones interpreter... ```perl use strict; |
