My solutions to problems form https://projecteuler.net
- Problems 1-16 are in Go, run:
go run <filename>
, eggo run 1-multiples.go
- Problems 17-32 are in Python, run:
python <filename>
, egpython 17-number-letter.py
- Problems 33 on are in Ruby, run:
ruby <filename>
, egruby 33-digit-cancelling.rb
All Problems are confirmed working on a MacBook running macOS Siurra and a CentOS 7 VM powered by VirtualBox