1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

🎉 Initial commit

This commit is contained in:
Divlo
2020-07-05 15:48:51 +02:00
commit 395ae0eff3
32 changed files with 1752 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# {{ challengeName }}
{{ challengeInfo }}
## Instructions :
Description of the challenge...
## Examples :
See the `input-output.json` file for examples of input/output.

View File

@ -0,0 +1,6 @@
[
{
"input": [],
"output": null
}
]

View File

@ -0,0 +1,3 @@
# {{ solutionName }}
{{ solutionInfo }}