From b3e45580fede98044a43856349adee7bd62ff7b1 Mon Sep 17 00:00:00 2001 From: Myoungjin JEON Date: Tue, 22 Sep 2020 23:04:17 +1000 Subject: [ch-079/jeongoon] change name ch-1.raku to ch-1.short.raku --- challenge-079/jeongoon/raku/ch-1.raku | 5 ----- challenge-079/jeongoon/raku/ch-1.short.raku | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 challenge-079/jeongoon/raku/ch-1.raku create mode 100644 challenge-079/jeongoon/raku/ch-1.short.raku diff --git a/challenge-079/jeongoon/raku/ch-1.raku b/challenge-079/jeongoon/raku/ch-1.raku deleted file mode 100644 index 763d8635d8..0000000000 --- a/challenge-079/jeongoon/raku/ch-1.raku +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env raku -# -*- Mode: Raku -*- -use v6.d; -# works only equal or less than 65535 -our &MAIN=&say∘&sum∘(*.map(*.base(2).comb.grep(1).elems))∘(^(*+1)); diff --git a/challenge-079/jeongoon/raku/ch-1.short.raku b/challenge-079/jeongoon/raku/ch-1.short.raku new file mode 100644 index 0000000000..763d8635d8 --- /dev/null +++ b/challenge-079/jeongoon/raku/ch-1.short.raku @@ -0,0 +1,5 @@ +#!/usr/bin/env raku +# -*- Mode: Raku -*- +use v6.d; +# works only equal or less than 65535 +our &MAIN=&say∘&sum∘(*.map(*.base(2).comb.grep(1).elems))∘(^(*+1)); -- cgit