aboutsummaryrefslogtreecommitdiff
path: root/challenge-143/abigail/README.md
blob: 48a5093c46aae654f11fe495f14b0a6a19337146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Solutions by Abigail

## Part 1

* [Bash](bash/ch-1.sh)
* [Bc](bc/ch-1.bc)
* [Lua](lua/ch-1.lua)
* [Node.js](node/ch-1.js)
* [Perl](perl/ch-1.pl)
* [Python](python/ch-1.py)
* [R](r/ch-1.r)
* [Ruby](ruby/ch-1.rb)
* [Tcl](tcl/ch-1.tcl)

## Part 2

* [Perl](perl/ch-2.pl)