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:
11
scripts/templates/challenge/README.md
Normal file
11
scripts/templates/challenge/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# {{ challengeName }}
|
||||
|
||||
{{ challengeInfo }}
|
||||
|
||||
## Instructions :
|
||||
|
||||
Description of the challenge...
|
||||
|
||||
## Examples :
|
||||
|
||||
See the `input-output.json` file for examples of input/output.
|
6
scripts/templates/challenge/input-output.json
Normal file
6
scripts/templates/challenge/input-output.json
Normal file
@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"input": [],
|
||||
"output": null
|
||||
}
|
||||
]
|
3
scripts/templates/solutions/README.md
Normal file
3
scripts/templates/solutions/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# {{ solutionName }}
|
||||
|
||||
{{ solutionInfo }}
|
Reference in New Issue
Block a user