From 18d1162485f98af67801f6a07d8e83ec9f036d9b Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Fri, 1 Jul 2022 23:02:43 -0400 Subject: [PATCH] added library readme --- ModelsLib/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ModelsLib/README.md diff --git a/ModelsLib/README.md b/ModelsLib/README.md new file mode 100644 index 0000000..5a19b70 --- /dev/null +++ b/ModelsLib/README.md @@ -0,0 +1,19 @@ +# Models Library + +Written by Wyatt J. Miller, 2022 + +Licensed by the Mozilla Public License version 2 + +## Ehh? + +I decided to rip out the existing models that were written in C# and replace them with the exact same models. The only difference is that these models are written in F#. + +## Why F#? + +1. .NET + 1. I didn't have to move forward and learn how everything worked +2. Curiosity + 1. Never messed with F# + 2. Messed with it's functional cousins (i.e. Kotlin, Rust, etc.) + +# I HAD TO WRITE ALL THESE FILES BY HAND \ No newline at end of file