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

## Part 1

* [AWK](awk/ch-1.awk)
* [Bash](bash/ch-1.sh)
* [C](c/ch-1.c)
* [Go](go/ch-1.go)
* [Lua](lua/ch-1.lua)
* [Node.js](node/ch-1.js)
* [Perl](perl/ch-1.pl)
* [Python](python/ch-1.py)
* [Ruby](ruby/ch-1.rb)
* [Tcl](tcl/ch-1.tcl)

## Part 2

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