diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-03-07 11:12:20 +0100 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-03-07 11:12:20 +0100 |
commit | bba60b90426a2c65a08576bc95684d5f1e750bc3 (patch) | |
tree | ccab08304d2e746528305a41d0f0ca92698089b9 /problem73.ijs | |
parent | 20d6685ba6ddf11ba57d6fc74621a1898e1432fb (diff) |
Solve problems 72 and 73
Diffstat (limited to 'problem73.ijs')
-rw-r--r-- | problem73.ijs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/problem73.ijs b/problem73.ijs new file mode 100644 index 0000000..5c2c64d --- /dev/null +++ b/problem73.ijs @@ -0,0 +1,2 @@ +problem73 =. #(#~(1%3)&<*.(1%2)&>) ~.;{{y%~({.+i.@>:@-~/)<.y%3 2}} each >:i.12000x +NB. Runs for about 30 minutes :) |