Merge awk solutions.

This commit is contained in:
2017-12-04 10:55:52 +01:00
parent cd2acfd143
commit e165774dea
3 changed files with 22 additions and 31 deletions

View File

@@ -6,7 +6,7 @@ and using 25 different programming languages.
The current plan, in no particular order:
- [x] AWK - [Day 04](./day-04) (two separate scripts)
- [x] AWK - [Day 04](./day-04/solution.awk)
- [x] Bash/shell script - [Day 02](./day-02/solution.sh)
- [ ] C
- [x] C++ - [Day 01](./day-01/solution.cpp)