https://github.com/freecodecamp/euler-rust
Local config for running the freeCodeCamp Project Euler lessons in Rust
https://github.com/freecodecamp/euler-rust
Last synced: 6 months ago
JSON representation
Local config for running the freeCodeCamp Project Euler lessons in Rust
- Host: GitHub
- URL: https://github.com/freecodecamp/euler-rust
- Owner: freeCodeCamp
- License: bsd-3-clause
- Created: 2022-02-20T22:27:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T08:43:00.000Z (12 months ago)
- Last Synced: 2025-04-02T08:09:45.963Z (11 months ago)
- Language: JavaScript
- Size: 3.75 MB
- Stars: 63
- Watchers: 6
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# freeCodeCamp - Project Euler with Rust
## Course Description
This enables you to complete the [Project Euler](https://projecteuler.net/) problems in Rust.
#
## How to Get Started
Read the [article on `/news`](https://www.freecodecamp.org/news/project-euler-problems-in-rust/)
## WASM Specific
- Numbers in JS are only `i32` or `f32`
## Notes
- It can take a few minutes to install all the dependencies/tools, on first start. The terminal will tell you its progress.