view other/fibonacci.p6 @ 4:1ad45c44e12f default tip

add time count script
author e165727 <e165727@ie.u-ryukyu.ac.jp>
date Sat, 15 Feb 2020 05:02:22 +0900
parents
children
line wrap: on
line source

my @result = (1, 1, *+* ...^ *);
my $x = 151;
@result[$x].say;
say "hello";