aboutsummaryrefslogtreecommitdiff
path: root/challenge-089/alexander-pankoff/perl/ch-2.pl
blob: 78825aa423a52d6003bf9b72e7b75f0c31738c15 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env perl
# beeing lazy this week. the magic square has been taken from
# https://de.wikipedia.org/wiki/Magisches_Quadrat#Das_Lo-Shu
print <DATA>;
__DATA__
[4 9 2]
[3 5 7]
[8 1 6]