Rust-Programming/duplicates/README.md

6 lines
270 B
Markdown
Raw Normal View History

2023-05-03 09:02:03 +00:00
# Duplicates
This project implements functionality to store either a floating point number or a character inside of an enumeration. A function can then find any duplicates in an array of these enumerations.
Licensed under GPLv2 or later, same as the entire repository