Skip to content

Commit

Permalink
Added required README for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim hejtmanek committed Sep 9, 2019
1 parent 328bb74 commit 9cf1af7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 01_fib/jimbotech/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Fibonacci Number Generator
## Overview
As part of the ANZ "go" course the first lab is to produce a piece of software that will produce the Fibonacci series for fib(7). It was also an exercise in the tour.golang.org.

Generating the series was implemented as "closure" which was a requirement in the tour-golang . There are other ways to solve this problem, but I kept it as an example of closure for later reference.

The function maintains state and hence has to be called sequentially.




> Written with [StackEdit](https://stackedit.io/).
<!--stackedit_data:
eyJoaXN0b3J5IjpbLTE1MDUxNzE2NzcsNzMwOTk4MTE2XX0=
-->
File renamed without changes.
File renamed without changes.

0 comments on commit 9cf1af7

Please sign in to comment.