summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--out.txt8
1 files 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