Make most solutions work with make or shebang.

This commit is contained in:
2017-12-22 16:56:58 +01:00
parent 2a35384c76
commit 63744509d5
13 changed files with 25 additions and 0 deletions

1
2017/day-04/solution.awk Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/awk -f
function word2key(word, a, i, n, result)
{
n = split(word, a, "")