diff options
| author | Paul Buetow <paul@buetow.org> | 2022-04-23 09:54:59 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-04-23 09:54:59 +0100 |
| commit | 26b043256b002a212e4802dfbc9dd87fef77a7d9 (patch) | |
| tree | eb09c87e818a42ec5363a8cd31ebbddd8f73b4d3 | |
| parent | 5eca78af0ff07060b7c740a5be7ce94d7206bf02 (diff) | |
| -rw-r--r-- | out.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ gcc fibonacci.pl.raku.c -o fibonacci ./fibonacci Hello, welcome to the Fibonacci Numbers! -This program is all, valid C and Perl and Raku code! +This program is all, valid C and C++ and Perl and Raku code! It calculates all fibonacci numbers from 0 to 9! fib(0) = 0 @@ -19,7 +19,7 @@ fib(10) = 55 g++ fibonacci.pl.raku.c -o fibonacci ./fibonacci Hello, welcome to the Fibonacci Numbers! -This program is all, valid C and Perl and Raku code! +This program is all, valid C and C++ and Perl and Raku code! It calculates all fibonacci numbers from 0 to 9! fib(0) = 0 @@ -36,7 +36,7 @@ fib(10) = 55 perl fibonacci.pl.raku.c Hello, welcome to the Fibonacci Numbers! -This program is all, valid C and Perl and Raku code! +This program is all, valid C and C++ and Perl and Raku code! It calculates all fibonacci numbers from 0 to 9! fib(0) = 0 @@ -53,7 +53,7 @@ fib(10) = 55 raku fibonacci.pl.raku.c Hello, welcome to the Fibonacci Numbers! -This program is all, valid C and Perl and Raku code! +This program is all, valid C and C++ and Perl and Raku code! It calculates all fibonacci numbers from 0 to 9! fib(0) = 0 |
