crypto_square started
This commit is contained in:
31
elixir/crypto-square/.exercism/config.json
Normal file
31
elixir/crypto-square/.exercism/config.json
Normal 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"
|
||||
}
|
||||
1
elixir/crypto-square/.exercism/metadata.json
Normal file
1
elixir/crypto-square/.exercism/metadata.json
Normal 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}
|
||||
Reference in New Issue
Block a user