crypto_square started

This commit is contained in:
2024-08-22 10:12:28 -04:00
parent 1a4c55bdaf
commit 79f77f009a
10 changed files with 340 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"authors": [
"jimmbraddock"
],
"contributors": [
"amencarini",
"angelikatyborska",
"Cohen-Carlisle",
"devonestes",
"ggpasqualino",
"lpil",
"neenjaw",
"parkerl",
"sotojuan",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/crypto_square.ex"
],
"test": [
"test/crypto_square_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Implement the classic method for composing secret messages called a square code.",
"source": "J Dalbey's Programming Practice problems",
"source_url": "https://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html"
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"crypto-square","id":"1037f974f1844ed2b31c6a84f83a8e18","url":"https://exercism.org/tracks/elixir/exercises/crypto-square","handle":"negrienko","is_requester":true,"auto_approve":false}