From 26b043256b002a212e4802dfbc9dd87fef77a7d9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 23 Apr 2022 09:54:59 +0100 Subject: update out.txt --- out.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/out.txt b/out.txt index 2fb01e9..17602ff 100644 --- a/out.txt +++ b/out.txt @@ -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 -- cgit v1.2.3