valentines-day

This commit is contained in:
Alexander Heldt
2025-11-02 16:01:30 +01:00
parent 20df184279
commit 64d2de2364
10 changed files with 374 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/valentines_day.gleam"
],
"test": [
"test/valentines_day_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"forked_from": [
"fsharp/valentines_day"
],
"blurb": "Learn usage of Custom Types while deciding what to do for Valentines Day"
}