erlang-extraction

This commit is contained in:
Alexander Heldt
2025-11-08 15:47:57 +01:00
parent d8e3cea890
commit 0d5036c5c4
10 changed files with 308 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"authors": [
"lpil"
],
"files": {
"solution": [
"src/erlang_extraction.gleam"
],
"test": [
"test/erlang_extraction_test.gleam"
],
"exemplar": [
".meta/example.gleam"
],
"invalidator": [
"gleam.toml",
"manifest.toml"
]
},
"blurb": "Learn about external types and functions by using an Erlang library"
}

View File

@@ -0,0 +1 @@
{"track":"gleam","exercise":"erlang-extraction","id":"567185dac6004b25b6b5bc1eb51faa91","url":"https://exercism.org/tracks/gleam/exercises/erlang-extraction","handle":"fw353qwgs","is_requester":true,"auto_approve":false}