From b0cd634194f4d2dffc390bb2fc168a47e0a20901 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Sun, 12 May 2024 03:45:27 +0200 Subject: [PATCH] Add `fsharp/ygosim` to readme --- fsharp/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/fsharp/README.md b/fsharp/README.md index 558c893..3e10978 100644 --- a/fsharp/README.md +++ b/fsharp/README.md @@ -3,3 +3,4 @@ | Name | Description | | ------------------------------- | ----------------------------------------------- | | [todolist-api](./todolist-api/) | Basic todolist api implementation using `suave` | +| [ygosim](./ygosim) | Attempt at creating a Yu-gi-oh! simulator |