summaryrefslogtreecommitdiff
path: root/use.buetow.org/content/Diverse.sub/Fibonacci.xml
diff options
context:
space:
mode:
Diffstat (limited to 'use.buetow.org/content/Diverse.sub/Fibonacci.xml')
-rw-r--r--use.buetow.org/content/Diverse.sub/Fibonacci.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/use.buetow.org/content/Diverse.sub/Fibonacci.xml b/use.buetow.org/content/Diverse.sub/Fibonacci.xml
new file mode 100644
index 0000000..c85b036
--- /dev/null
+++ b/use.buetow.org/content/Diverse.sub/Fibonacci.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
+<content>
+ <pagetitle>Fast Fibonacci calculating!</pagetitle>
+ <code>
+ <perl>
+ use LWP::Simple;
+ get("https://ssl.buetow.org/repos/playground/trunk/Perl/diverse/fibonacci.pl");
+ </perl>
+ </code>
+</content>