Skip to content
/ euler-go Public

Euler project gives us some problems for resolve with any languages. Here I resolve them to training for Golang.

Notifications You must be signed in to change notification settings

mayoz/euler-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler

Euler project gives us some problems for resolve with any languages. Here I resolve them to training for Golang.

Let's continue on Euler project.

Overview

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. If you want learn Golang, follow the bellowing resources:

Running

The solutions were created separately for each. So you can to run it separately.

For example, the solution of the problem no 1 is here:

src/0001/main.go 

You can run this code on The Go Playground.

Testing

You can run bellowing command for test all cases:

make all

About

Euler project gives us some problems for resolve with any languages. Here I resolve them to training for Golang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published