You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
programming-rust-examples/iron-gcd/README.md

6 lines
263 B
Markdown

7 years ago
# A simple web server, in Rust
This program uses the `Iron` framework to implement a simple web server in Rust.
Run the program with `cargo run`, visit `http://localhost:3000/`, and then ask
it to compute the greatest common denominator of some numbers for you!