Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 565 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 565 Bytes

Information

In this example, i tested the go language created by google, evaluating the first 500 numbers of fibonacci sequence. The result is pretty awesome and incredibly fast.

Usage

Open terminal and run

go build index.go

Then execute the .exe file created in the root directory.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Resources

I used this package as a reference for this project.

t-pwk go-fibonacci