diff options
| author | James Smith <baggy@baggy.me.uk> | 2021-07-02 16:38:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-02 16:38:05 +0100 |
| commit | 5e37fb5eb893b70de52be7da6e8bfc1d402610d4 (patch) | |
| tree | 77e0ecbebe5d6038178cf1c3fa79eedb56e7fa96 | |
| parent | 00970e3bb1d6b6fa40021a5597c065b3adffbad4 (diff) | |
| download | perlweeklychallenge-club-5e37fb5eb893b70de52be7da6e8bfc1d402610d4.tar.gz perlweeklychallenge-club-5e37fb5eb893b70de52be7da6e8bfc1d402610d4.tar.bz2 perlweeklychallenge-club-5e37fb5eb893b70de52be7da6e8bfc1d402610d4.zip | |
Update README.md
| -rw-r--r-- | challenge-119/james-smith/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-119/james-smith/README.md b/challenge-119/james-smith/README.md index 929869cabc..7323a629a3 100644 --- a/challenge-119/james-smith/README.md +++ b/challenge-119/james-smith/README.md @@ -89,6 +89,8 @@ with % in it}. CESIL was designed to teach "machine-code" to Computer science students - so other than the "I/O" commands everything else was at a basic operation level. +**Note:** Interestingly in just 26 lines of code - all 14 of the instructions are used...! + ``` LINE Next IN |
