Day 23: Fibonacci problem from Project Euler

Today I did the project 2 of the Project Euler. Project Euler is a really cool website for those who just want to practice problem solving, logic and programming. Since I had never implemented a fibonacci function in Go, I decide to take the second…