art-santos / go-study

Basic studies - basic exercises to practice go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-study

Basic studies - basic exercises to practice go

Fibonacci Sequence Generator

It generates the first x numbers of a Fibonacci sequence and returns their names.

Bugs

Only supports int64's

  • fix overflow of int 64 to allow big number implementation

About

Basic studies - basic exercises to practice go


Languages

Language:Go 100.0%