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

https://github.com/jonathanmccormickjr/actix-gcd


https://github.com/jonathanmccormickjr/actix-gcd

Last synced: 4 months ago
JSON representation

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.