mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat: rewrite programming-challenges CLI (#3)
This commit is contained in:
11
templates/challenge/README.md
Normal file
11
templates/challenge/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# {{ name }}
|
||||
|
||||
{{ description }}
|
||||
|
||||
## Instructions
|
||||
|
||||
Description of the challenge...
|
||||
|
||||
## Examples
|
||||
|
||||
See the `test` folder for examples of input/output.
|
0
templates/challenge/solutions/.gitkeep
Normal file
0
templates/challenge/solutions/.gitkeep
Normal file
1
templates/challenge/test/1/input.txt
Normal file
1
templates/challenge/test/1/input.txt
Normal file
@ -0,0 +1 @@
|
||||
world
|
1
templates/challenge/test/1/output.txt
Normal file
1
templates/challenge/test/1/output.txt
Normal file
@ -0,0 +1 @@
|
||||
Hello, world!
|
Reference in New Issue
Block a user