Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 922 Bytes

File metadata and controls

31 lines (20 loc) · 922 Bytes

ProjectEulerSwift

This project is a place where I can solve the many problems in Project Euler. I hope these will help make me a better engineer.

The problems are written in the sources and tested through Swift Testing. Each problem is independent.

Each Problem was built in Xcode 16.x using Swift 6.

Build & Run

You can build and run the tests in Xcode or via the command line. If you run via the command line, run this command:

swift test

Solved So far

Creator

Ryan Grier
Mastodon: @rwgrier
Bluesky: @rwgrier

License

ProjectEulerSwift is available under the MIT license. See the LICENSE file for more info.