Skip to content

Commit fb372df

Browse files
committed
Add README file
1 parent 668ee77 commit fb372df

File tree

2 files changed

+79
-0
lines changed

2 files changed

+79
-0
lines changed

LICENSE

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

README.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Advent of Code 2020
2+
3+
[![AoC2020](https://img.shields.io/badge/%20%F0%9F%8E%84adventofcode-2020-red)](https://adventofcode.com/2020) ![Language](https://img.shields.io/github/languages/top/cortinico/adventofcode-2020?color=blue&logo=kotlin)
4+
[![Twitter](https://img.shields.io/badge/Twitter-@cortinico-blue.svg?style=flat)](http://twitter.com/cortinico)
5+
6+
```kotlin
7+
val aMessageFromMe = """
8+
9+
|,\/,| |[_' |[_]) |[_]) \\//
10+
||\/|| |[_, ||'\, ||'\, ||
11+
12+
___ __ __ ____ __ __ ____ _ _ __ __
13+
// ' |[_]| |[_]) || ((_' '||' |,\/,| //\\ ((_'
14+
\\_, |[']| ||'\, || ,_)) || ||\/|| //``\\ ,_))
15+
16+
17+
,;7,
18+
_ ||:|,
19+
_,---,_ )\' '|
20+
.'_.-.,_ '. ',') j
21+
/,' ___} \ _/ /
22+
., ,1 .'' =\ _.''. ,`';_ |
23+
.' \ (.'T ~, (' ) ',.' / ';',
24+
\ .\(\O/)_. \ ( _Z-'`>--, .'', ;
25+
\ | I _|._>;--'`,-j-' ; ', .'
26+
__\_| _.'.-7 ) `'-' " ( ;'
27+
.'.'_.'|.' .' \ ',_ .'\ /
28+
| | |.' / \ \ l \ /
29+
| _.-' / '. ('._ _ ,.' \i
30+
,--' ---' / k _.-,.-|__L, '-' ' () ;
31+
'._ ( '; ( _-} |
32+
/ ' \ ; ',.__; () /
33+
/ | ; ; ___._._____.: :-j
34+
| \,__',-' ____: :_____.: :-\
35+
| F : . ' ' , L
36+
', J | ; j |
37+
\ | | L | J
38+
; .-F | ; J L
39+
\___,---' J'--: j,---,___ |_ |
40+
| |'--' L '--| '-'|
41+
'.,L |----.__ j.__.'
42+
| '----' |, '-' }
43+
j / ('-----';
44+
{ "---'--;' } |
45+
| | '.----,.'
46+
',.__.__.' |=, _/
47+
| / | '.
48+
|'= -x L___ '--,
49+
L __\ '-----'
50+
'.____)
51+
"""
52+
```
53+
54+
Kotlin solutions for my [Advent of Code 2020](https://adventofcode.com/2020).
55+
56+
If you enjoyed the event, don't forget to [support the event](https://adventofcode.com/2020/support) ❤️.
57+
58+
## License 📄
59+
60+
This code in this repository is licensed under the MIT License - see the [License](License) file for details

0 commit comments

Comments
 (0)