An open API service indexing awesome lists of open source software.

https://github.com/samcrosoft/golang-projecteuler

This package will contain solutions to the problems listed on the projecteuler website using the golang
https://github.com/samcrosoft/golang-projecteuler

Last synced: 3 months ago
JSON representation

This package will contain solutions to the problems listed on the projecteuler website using the golang

Awesome Lists containing this project

README

        

golang-projecteuler
===================

This package will contain solutions to the problems listed on the projecteuler website using the golang

##Question1

This is the solution to problem located in [Question 1](https://projecteuler.net/problem=1). This solution will
display the sum of all numbers below 1000 that is a multiple of 3 and 5

##Question2

This is the solution to problem located in [Question 2](https://projecteuler.net/problem=2). This solution will
display the sum of all even numbers in the sequence of fibonacci numbers below 4000000.