From d3c74a2cad3d031e01ef5b87324017dea41c54f7 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 19 Dec 2017 16:36:25 +0100 Subject: [PATCH] +hlas-example.txt --- hlas-example.txt | 15 +++++++++++++++ hlas.pl | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 hlas-example.txt diff --git a/hlas-example.txt b/hlas-example.txt new file mode 100644 index 0000000..c602782 --- /dev/null +++ b/hlas-example.txt @@ -0,0 +1,15 @@ +3 +Shub-Niggurath +Yog Shoggoth +Cthulhu +Nyarlathotep +Abdul Al Hazred + +0 1 2 +2 3 4 5 1 +1 +0 0 0 0 1 +0 3 2 1 0 + +0 +3 diff --git a/hlas.pl b/hlas.pl index 0eaaa98..60ed247 100755 --- a/hlas.pl +++ b/hlas.pl @@ -3,6 +3,8 @@ # Copyright TMA 2014 # Brmlab can use this free of charge as long as TMA is member. For other licensing options contact the author. +# Example input: hlas-example.txt + use strict; use warnings; use Data::Dumper;