Skip to content

Commit a79ce0b

Browse files
committed
Update LICENSE and README
1 parent df80ee0 commit a79ce0b

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

Diff for: LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Manuel Alejandro Gómez Nicasio <[email protected]>
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.

Diff for: README.md

+34-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
1-
# CodingQuest-2023
1+
# Coding Quest 2023
2+
3+
[Coding Quest 2023](https://codingquest.io/) is solved using [PHP](https://www.php.net/).
4+
5+
| Solved? | Name |
6+
|---------|------------------------------------------------------------------------|
7+
| | [Day 01](https://codingquest.io/problem/18) - [Purchase tickets]() |
8+
| | [Day 02](https://codingquest.io/problem/19) - [Broken firewall]() |
9+
| | [Day 03](https://codingquest.io/problem/20) - [Hotel door code]() |
10+
| | [Day 04](https://codingquest.io/problem/21) - [Closest star systems]() |
11+
| | [Day 05](https://codingquest.io/problem/22) - [Busy moon rovers]() |
12+
| | [Day 06](https://codingquest.io/problem/23) - [Time to play fair]() |
13+
| | [Day 07](https://codingquest.io/problem/24) - [The purge]() |
14+
| | [Day 08](https://codingquest.io/problem/25) - [Connecting cities]() |
15+
| | [Day 09](https://codingquest.io/problem/26) - [Mining tunnels]() |
16+
| | [Day 10](https://codingquest.io/problem/27) - [The route home]() |
17+
18+
## Run
19+
20+
```sh
21+
```
22+
23+
### Run test suite
24+
25+
```
26+
```
27+
28+
## License
29+
30+
MIT License.
31+
32+
Copyright (c) 2024 Manuel Alejandro Gómez Nicasio <[email protected]>
33+
34+
See [LICENSE.md](LICENSE.md) for details.

0 commit comments

Comments
 (0)