|
| 1 | +# Advent of Code 2020 |
| 2 | + |
| 3 | +[](https://adventofcode.com/2020)  |
| 4 | +[](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