Skip to content

Commit c709101

Browse files
author
myrrlyn
committed
A beginning is a very delicate time.
Start the 2017 Year of Programming Challenges
0 parents  commit c709101

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

LICENSE.txt

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2017 2017 Year of Programming
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Year of Challenges 2017
2+
3+
Hello and welcome to the Year of Programming 2017's challenges repository! Here
4+
we will be posting ~~daily~~ periodic challenges for the community to complete.
5+
6+
## Challenges
7+
8+
Each challenge will be posted in its own folder, in numbered order. Each
9+
challenge folder will have a Challenge.md file describing the challenge, and may
10+
have some example code or data provided.
11+
12+
## Solutions
13+
14+
To participate, simply fork the repository and then make a folder for your
15+
solution, inside the challenge you are solving.
16+
17+
If I am solving the example challenge in Rust, I would work in the folder
18+
`challenge_example/rust/myrrlyn`, to organize solutions by their language and
19+
then their author. This allows us to easily browse solutions by language, and
20+
compare work!
21+
22+
## Submitting Your Work
23+
24+
To submit, just open a pull request on the main repository. We'll make sure
25+
that merging won't cause any problems, and go from there.

0 commit comments

Comments
 (0)