Skip to content

moul/euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

euler

🎲 Project Euler in Golang

GoDoc Build Status Coverage Status

Example

$ euler -c 1
Multiples of 3 and 5
====================

URL: https://projecteuler.net/problem=1
Duration: 3.166µs
Answer: 233168
$ euler -c 2
Even Fibonacci numbers
======================

URL: https://projecteuler.net/problem=2
Duration: 368ns
Answer: 4613732

Usage

$ euler --help
Usage:
  euler [OPTIONS]

Application Options:
  -c, --challenge= Challenge ID

Help Options:
  -h, --help       Show this help message

License

MIT