aboutsummaryrefslogtreecommitdiff
path: root/challenge-108
diff options
context:
space:
mode:
authorchirvasitua <stuart-little@users.noreply.github.com>2021-04-12 07:59:09 -0400
committerchirvasitua <stuart-little@users.noreply.github.com>2021-04-12 07:59:09 -0400
commit668cce28fae26864e15b0b3aa5c5f03fca5bd559 (patch)
treee0dfd464ae57d1bcb292a20711db8e1ea4eaf029 /challenge-108
parenteeb4cf0caad65ceee5fdddb161be04383ad53428 (diff)
downloadperlweeklychallenge-club-668cce28fae26864e15b0b3aa5c5f03fca5bd559.tar.gz
perlweeklychallenge-club-668cce28fae26864e15b0b3aa5c5f03fca5bd559.tar.bz2
perlweeklychallenge-club-668cce28fae26864e15b0b3aa5c5f03fca5bd559.zip
1st commit on 108_raku
Diffstat (limited to 'challenge-108')
-rwxr-xr-xchallenge-108/stuart-little/raku/ch-1.p67
-rwxr-xr-xchallenge-108/stuart-little/raku/ch-2.p66
2 files changed, 13 insertions, 0 deletions
diff --git a/challenge-108/stuart-little/raku/ch-1.p6 b/challenge-108/stuart-little/raku/ch-1.p6
new file mode 100755
index 0000000000..5fa721bbf6
--- /dev/null
+++ b/challenge-108/stuart-little/raku/ch-1.p6
@@ -0,0 +1,7 @@
+#!/usr/bin/env perl6
+use v6;
+
+# run <script>
+
+my $x=5;
+say qq|The variable \$x has value $x and address {$x.WHERE}.|;
diff --git a/challenge-108/stuart-little/raku/ch-2.p6 b/challenge-108/stuart-little/raku/ch-2.p6
new file mode 100755
index 0000000000..580a8fc6d5
--- /dev/null
+++ b/challenge-108/stuart-little/raku/ch-2.p6
@@ -0,0 +1,6 @@
+#!/usr/bin/env perl6
+use v6;
+
+# run <script>
+
+say "1, 1, 2, 5, 15, 52, 203, 877, 4140, 21147";