An open API service indexing awesome lists of open source software.

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

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.

#![Euler in Rust](.vscode/euler-rust-gitpod.png)

## 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.