diff options
| author | E7-87-83 <fungcheokyin@gmail.com> | 2022-05-01 16:26:49 +0800 |
|---|---|---|
| committer | E7-87-83 <fungcheokyin@gmail.com> | 2022-05-01 16:26:49 +0800 |
| commit | 9cc8381f12744126e0f991adf1c54a675df8517b (patch) | |
| tree | 596932ae414910c60fadeaf5fb41c516c8336e05 | |
| parent | b626191b8fa743144ea35945f966623b4cd5525b (diff) | |
| download | perlweeklychallenge-club-9cc8381f12744126e0f991adf1c54a675df8517b.tar.gz perlweeklychallenge-club-9cc8381f12744126e0f991adf1c54a675df8517b.tar.bz2 perlweeklychallenge-club-9cc8381f12744126e0f991adf1c54a675df8517b.zip | |
blogpost done
| -rw-r--r-- | challenge-162/cheok-yin-fung/blog.txt | 1 | ||||
| -rw-r--r-- | challenge-162/cheok-yin-fung/julia/.ch-1.jl.swo | bin | 0 -> 12288 bytes | |||
| -rw-r--r-- | challenge-162/cheok-yin-fung/julia/ch-2.jl | 2 | ||||
| -rw-r--r-- | challenge-162/cheok-yin-fung/perl/.ch-1.pl.swo | bin | 0 -> 12288 bytes |
4 files changed, 2 insertions, 1 deletions
diff --git a/challenge-162/cheok-yin-fung/blog.txt b/challenge-162/cheok-yin-fung/blog.txt new file mode 100644 index 0000000000..5d0ac796a7 --- /dev/null +++ b/challenge-162/cheok-yin-fung/blog.txt @@ -0,0 +1 @@ +https://e7-87-83.github.io/coding/challenge_162.html diff --git a/challenge-162/cheok-yin-fung/julia/.ch-1.jl.swo b/challenge-162/cheok-yin-fung/julia/.ch-1.jl.swo Binary files differnew file mode 100644 index 0000000000..2a60f500bb --- /dev/null +++ b/challenge-162/cheok-yin-fung/julia/.ch-1.jl.swo diff --git a/challenge-162/cheok-yin-fung/julia/ch-2.jl b/challenge-162/cheok-yin-fung/julia/ch-2.jl index 12d3a012e6..601e277995 100644 --- a/challenge-162/cheok-yin-fung/julia/ch-2.jl +++ b/challenge-162/cheok-yin-fung/julia/ch-2.jl @@ -3,7 +3,7 @@ # Julia Solution, # Partial (only encrypt has been implemented yet) # -- 1st May 2022 11AM HKT -# Usage: codify( key , word-to-be-encrypted) +# Usage: codify( key , text-to-be-encrypted) using LinearAlgebra diff --git a/challenge-162/cheok-yin-fung/perl/.ch-1.pl.swo b/challenge-162/cheok-yin-fung/perl/.ch-1.pl.swo Binary files differnew file mode 100644 index 0000000000..776887cc71 --- /dev/null +++ b/challenge-162/cheok-yin-fung/perl/.ch-1.pl.swo |
