25 lines
497 B
JSON
25 lines
497 B
JSON
{
|
|
"authors": [
|
|
"lpil"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"src/high_school_sweetheart.gleam"
|
|
],
|
|
"test": [
|
|
"test/high_school_sweetheart_test.gleam"
|
|
],
|
|
"exemplar": [
|
|
".meta/example.gleam"
|
|
],
|
|
"invalidator": [
|
|
"gleam.toml",
|
|
"manifest.toml"
|
|
]
|
|
},
|
|
"forked_from": [
|
|
"elixir/high-school-sweetheart"
|
|
],
|
|
"blurb": "Learn about the pipe operator by helping high school sweethearts profess their love on social media via ASCII art."
|
|
}
|