https://github.com/jonathanmccormickjr/actix-gcd
https://github.com/jonathanmccormickjr/actix-gcd
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathanmccormickjr/actix-gcd
- Owner: JonathanMcCormickJr
- Created: 2024-10-24T02:23:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T02:53:54.000Z (8 months ago)
- Last Synced: 2024-10-24T19:39:11.351Z (8 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Actix GCD Project
### Authors:
* Jonathan McCormick, Jr.;
* The authors of 'Programming Rust, Second Edition': Blandy, Orendorff, Tindall (O'Reilly);
* ChatGPT 4o.## Introduction
This is an educational project which was guided and inspired by a code example within the book "Programming Rust (Second Edition): Fast, Safe Systems Development" by Jim Blandy, Jason Orendorff & Leonora F.S. Tindall (O'Reilly). This project was created with assistance from ChatGPT as well.## What this code does
This program is designed to compute the greatest common divisor (GCD), also known as greatest common factor (GCF), of two user-provided integers.## Disclaimer
This particular repo is not intended for production use, and is only provided for documenting my learning journey.