commit fab79872f4b4a98e39edc4cec07d7239ea9a68b6 Author: djonker Date: Wed Mar 1 04:36:01 2023 +0100 firstcommit diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..53d1f3d --- /dev/null +++ b/LICENSE @@ -0,0 +1,675 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..71defd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,56 @@ +# **************************************************************************** # +# # +# .--. _ # +# Makefile :+: :+: :+: # +# |:_/ || |_ _ ___ __ # +# By: djonker // \ \ __| | | \ \/ / # +# (| | )|_| |_| |> < # +# Created: 2021/08/19 15:20:20 by djonker /'\_ _/`\__|\__,_/_/\_\ # +# Updated: 2023/02/07 02:34:57 by houtworm ### ########.fr # +# # +# **************************************************************************** # + +NAME =minitalk +CC =gcc +CFLAGS =-Wall -Werror -Wextra# -fsanitize=address +RM =rm -f +SSRC =src/server/server.c +SOBJ =$(SSRC:src/%.c=obj/%.o) +CSRC =src/client/client.c +COBJ =$(CSRC:src/%.c=obj/%.o) + +all: $(NAME) + +clean: + @$(RM) -r obj + @printf "\e[1;35mCleaned Object Files\n\e[0;00m" + +fclean: clean + @$(RM) server client + @printf "\e[1;31mCleaned Executables\n\e[0;00m" + +re: fclean all + +$(NAME): server client + +$(SOBJ): $(SSRC) + @mkdir -p $(dir $@) + @printf "\e[1;34mBuilding $@\n\e[0;00m" + @$(CC) $(CFLAGS) -c $(@:obj/%.o=src/%.c) -o $@ + +server: $(SOBJ) + @printf "\e[1;36mCompiling $@\n\e[0;00m" + @$(CC) $(CFLAGS) $^ -o $@ + @printf "\e[1;32mDone\e[0;00m\n" + +$(COBJ): $(CSRC) + @mkdir -p $(dir $@) + @printf "\e[1;34mBuilding $@\n\e[0;00m" + @$(CC) $(CFLAGS) -c $(@:obj/%.o=src/%.c) -o $@ + +client: $(COBJ) + @printf "\e[1;36mCompiling $@\n\e[0;00m" + @$(CC) $(CFLAGS) $^ -o $@ + @printf "\e[1;32mDone\e[0;00m\n" + +.PHONY: all clean fclean re $(NAME) diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..d1493c5 --- /dev/null +++ b/Readme.md @@ -0,0 +1,4 @@ +Tester + catch fsanitize signals + create line that replaces -Wextra with "-g -fsanitize=address" + check for -Wall -Werror -Wextra diff --git a/minitalk.h b/minitalk.h new file mode 100644 index 0000000..3a24339 --- /dev/null +++ b/minitalk.h @@ -0,0 +1,19 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* minitalk.h |o_o || | */ +/* +:+ +:+ +:+ */ +/* By: houtworm +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2023/02/08 19:20:54 by houtworm #+# #+# */ +/* Updated: 2023/02/15 05:31:10 by djonker \___)=(___/ */ +/* */ +/* ************************************************************************** */ + +#ifndef MINITALK_H +# define MINITALK_H + +# include +# include + +#endif diff --git a/minitalk.pdf b/minitalk.pdf new file mode 100644 index 0000000..3f66445 Binary files /dev/null and b/minitalk.pdf differ diff --git a/src/client/client.c b/src/client/client.c new file mode 100644 index 0000000..d376c68 --- /dev/null +++ b/src/client/client.c @@ -0,0 +1,107 @@ +/* ************************************************************************** */ +/* */ +/* .--. _ */ +/* client.c |o_o || | */ +/* |:_/ || |_ _ ___ __ */ +/* By: djonker // \ \ __| | | \ \/ / */ +/* (| | )|_| |_| |> < */ +/* Created: 2021/08/19 14:24:53 by djonker /'\_ _/`\__|\__,_/_/\_\ */ +/* Updated: 2023/02/19 00:32:04 by houtworm \___)=(___/ */ +/* */ +/* ************************************************************************** */ + +#include "../../minitalk.h" + +int g_delivered; + +int ft_atoi(char *str) +{ + unsigned long result; + int character; + + result = 0; + character = 0; + while (str[character] >= '0' && str[character] <= '9') + { + result = 10 * result + (str[character] - '0'); + if (result > 2147483647) + return (-1); + character++; + } + if (str[character] != '\0') + return (-1); + return (result); +} + +int checkpid(int argc, char **argv) +{ + int spid; + + if (argc != 3) + { + write(2, "Wrong number of arguments\n", 26); + write(2, "Usage: ./client PID \"MESSAGE\"\n", 30); + return (-1); + } + spid = ft_atoi(argv[1]); + if (spid <= 0) + { + write(2, "Invalid PID\n", 12); + return (-1); + } + if (kill(spid, 0)) + { + write(2, "PID not found\n", 14); + return (-1); + } + return (spid); +} + +void sigclient(int sig) +{ + g_delivered = sig; +} + +void sendstringinbits(int spid, char *string) +{ + int i; + int j; + int bit; + + i = 0; + while (string[i] != '\0') + { + j = 0; + while (j < 8) + { + bit = string[i] & 1 << j; + g_delivered = 0; + if (bit == 0) + kill(spid, SIGUSR1); + else + kill(spid, SIGUSR2); + while (g_delivered == 0) + continue ; + j++; + } + i++; + } +} + +int main(int argc, char **argv) +{ + struct sigaction siga; + int spid; + + g_delivered = 0; + spid = checkpid(argc, argv); + if (spid == -1) + return (1); + siga.sa_flags = SA_SIGINFO | SA_NODEFER; + sigemptyset(&siga.sa_mask); + siga.sa_handler = sigclient; + sigaction(SIGUSR1, &siga, NULL); + sendstringinbits(spid, argv[2]); + write(1, "Message delivered!\n", 19); + return (0); +} diff --git a/src/server/server.c b/src/server/server.c new file mode 100644 index 0000000..544f5a5 --- /dev/null +++ b/src/server/server.c @@ -0,0 +1,82 @@ +/* ************************************************************************** */ +/* */ +/* .--. _ */ +/* server.c |o_o || | */ +/* |:_/ || |_ _ ___ __ */ +/* By: djonker // \ \ __| | | \ \/ / */ +/* (| | )|_| |_| |> < */ +/* Created: 2021/08/19 14:25:29 by djonker /'\_ _/`\__|\__,_/_/\_\ */ +/* Updated: 2023/02/15 09:01:01 by djonker \___)=(___/ */ +/* */ +/* ************************************************************************** */ + +#include "../../minitalk.h" + +void ft_putnbr(int n) +{ + char c; + + if (n >= 10) + { + ft_putnbr(n / 10); + ft_putnbr(n % 10); + } + else + { + c = n + '0'; + write(1, &c, 1); + } +} + +void constructstring(int pid, unsigned char bit) +{ + static int oldpid; + static int pos; + static unsigned char c; + + if (pid != oldpid) + { + pos = 0; + c = 0; + write(1, "\nMessage from client with PID ", 30); + ft_putnbr(pid); + write(1, "\n", 1); + } + oldpid = pid; + c = c | bit << pos; + pos++; + if (pos < 8) + return ; + write(1, &c, 1); + c = 0; + pos = 0; +} + +void sigserver(int sig, siginfo_t *sigi, void *pointer) +{ + int pid; + + pid = sigi->si_pid; + pointer++; + if (sig == SIGUSR1) + constructstring(pid, 0); + if (sig == SIGUSR2) + constructstring(pid, 1); + kill(pid, SIGUSR1); +} + +int main(void) +{ + struct sigaction siga; + + siga.sa_flags = SA_SIGINFO | SA_NODEFER; + sigemptyset(&siga.sa_mask); + siga.sa_sigaction = sigserver; + sigaction(SIGUSR1, &siga, NULL); + sigaction(SIGUSR2, &siga, NULL); + write(1, "Server PID = ", 13); + ft_putnbr(getpid()); + while (1) + continue ; + return (0); +} diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..2fa02c1 --- /dev/null +++ b/test.sh @@ -0,0 +1,315 @@ +# **************************************************************************** # +# # +# .--. _ # +# test.sh |o_o || | # +# |:_/ || |_ _ ___ __ # +# By: houtworm // \ \ __| | | \ \/ / # +# (| | )|_| |_| |> < # +# Created: 2023/02/20 12:46:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ # +# Updated: 2023/02/23 11:37:38 by houtworm \___)=(___/ # +# # +# **************************************************************************** # + +#!/bin/bash + +SLEEP=1 +SERVER=$1 +FAULTS=0 + +if [ -z "$1" ] +then + printf "\e[1;31mPlease add the server pid as an argument\e[0;00m\n" + exit 1 +fi + +if [ $2 ] +then + SLEEP=$2 +fi + +checkfile() +{ + ls $1 2> /dev/null | grep $1 > /dev/null + if [ $? -ne $2 ] + then + printf "\e[1;31mMakefile does not create $1\e[0;00m\n" + rm -rf tests/files + exit 1 + fi +} + +searchobj() +{ + FILES=$(find ./ -name '*.o' | wc -l) + if [ $1 -eq 0 ] + then + if [ $FILES -ne 0 ] + then + printf "\e[1;31mObject files found after clean\e[0;00m\n" + FAULTS=$(($FAULTS+1)) + fi + fi + if [ $1 -eq 1 ] + then + if [ $FILES -eq 0 ] + then + printf "\e[1;31mObject files not found after make\e[0;00m\n" + FAULTS=$(($FAULTS+1)) + fi + fi +} + +checkrule() +{ + make $1 > /dev/null 2>&1 + if [ $? -eq 2 ] + then + printf "\e[1;31mMissing rule $1\e[0;00m\n" + FAULTS=$(($FAULTS+1)) + fi +} + +# Norminette Check + +printf "\e[1;36mChecking all source with Norminette\e[0;00m\n" +norminette > /dev/null 2>&1 +if [ $? -eq 1 ] +then + printf "\e[1;31mYour shit is not norm!\e[0;00m\n" + FAULTS=$(($FAULTS+1)) +else + printf "\e[1;32mNorminette OK\e[0;00m\n" +fi +sleep $SLEEP + +# Makefile Rule check + +printf "\e[1;36mChecking all mandatory rules Makefile\e[0;00m\n" +checkrule all +checkfile server 0 +checkfile client 0 +searchobj 1 +checkrule clean +searchobj 0 +checkrule fclean +checkrule server +checkfile server 0 +checkfile client 1 +searchobj 1 +checkrule fclean +checkrule client +checkfile server 1 +checkfile client 0 +searchobj 1 +checkrule fclean +searchobj 0 +checkfile server 1 +checkfile client 1 +checkrule re +searchobj 1 +checkfile server 0 +checkfile client 0 +if [ $FAULTS -eq 0 ] +then + printf "\e[1;32mMakefile rules OK\e[0;00m\n" +fi +sleep $SLEEP + +# Makefile Relink Test + +printf "\e[1;36mChecking if Makefile relinks\e[0;00m\n" +make 2>&1 | grep Nothing +if [ $? -eq 1 ] +then + printf "\e[1;31mMakefile relinks\e[0;00m\n" + FAULTS=$(($FAULTS+1)) +else + printf "\e[1;32mMakefile OK\e[0;00m\n" +fi +sleep $SLEEP + +# Wrong input test + +printf "\e[1;36mRunning client without arguments\e[0;00m\n" +./client +if [ $? -eq 0 ] +then + printf "\e[1;31mwrong return value without arguments\e[0;00m\n" + FAULTS=$(($FAULTS+1)) +else + printf "\e[1;32mNo Arguments OK\e[0;00m\n" +fi +sleep $SLEEP + +printf "\e[1;36mRunning client with one argument\e[0;00m\n" +./client "hallo" +if [ $? -eq 0 ] +then + printf "\e[1;31mwrong return value with single argument\e[0;00m\n" + FAULTS=$(($FAULTS+1)) +else + printf "\e[1;32mSingle Argument OK\e[0;00m\n" +fi +sleep $SLEEP + +printf "\e[1;36mRunning client with three arguments\e[0;00m\n" +./client $SERVER "hallo" "hallo" +if [ $? -eq 0 ] +then + printf "\e[1;31mwrong return value with 3 arguments\e[0;00m\n" + FAULTS=$(($FAULTS+1)) +else + printf "\e[1;32m3 Arguments OK\e[0;00m\n" +fi +sleep $SLEEP + +printf "\e[1;36mRunning client with invalid PID -1\e[0;00m\n" +./client -1 "hallo" +if [ $? -eq 0 ] +then + printf "\e[1;31mWrong return value with invalid PID -1\e[0;00m\n" + FAULTS=$(($FAULTS+1)) +else + printf "\e[1;32mInvalid PID int OK\e[0;00m\n" +fi +sleep $SLEEP + +printf "\e[1;36mRunning client with invalid PID 0\e[0;00m\n" +./client 0 "hallo" +if [ $? -eq 0 ] +then + printf "\e[1;31mWrong return value with invalid PID -1\e[0;00m\n" + FAULTS=$(($FAULTS+1)) +else + printf "\e[1;32mInvalid PID int OK\e[0;00m\n" +fi +sleep $SLEEP + +printf "\e[1;36mRunning client with invalid PID a\e[0;00m\n" +./client a "hallo" +if [ $? -eq 0 ] +then + printf "\e[1;31mWrong return value with invalid PID a\e[0;00m\n" + FAULTS=$(($FAULTS+1)) +else + printf "\e[1;32mInvalid PID char OK\e[0;00m\n" +fi +sleep $SLEEP + +# Basic test + +printf "\e[1;36mRunning client with proper input\e[0;00m\n" +./client $SERVER "The whole test should take no langer than 30 seconds" +if [ $? -eq 0 ] +then + printf "\e[1;32mBasic test OK\e[0;00m\n" +else + printf "\e[1;31mwrong return value with the basic test\e[0;00m\n" + FAULTS=$(($FAULTS+1)) +fi +sleep $SLEEP + +# Multiple test + +printf "\e[1;36mRunning client 10.000 times\e[0;00m\n" +MULTIPLETEST=0 +for ((i=1; i<=10000; i++)) +do + ./client $SERVER GNU/๐Ÿง > /dev/null 2>&1 + if [ $? -eq 0 ] + then + continue + else + printf "\e[1;31mwrong return value with 10.000 clients test\e[0;00m\n" + FAULTS=$(($FAULTS+1)) + MULTIPLETEST=1 + break + fi +done +if [ $MULTIPLETEST -eq 0 ] +then + printf "\e[1;32m10.000 clients test OK\e[0;00m\n" +fi +sleep $SLEEP + +# 100000 char string test + +printf "\e[1;36mRunning client with 100.000 char str\e[0;00m\n" +./client $SERVER 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 +if [ $? -eq 0 ] +then + printf "\e[1;32m100.000 char string test OK\e[0;00m\n" +else + printf "\e[1;31mwrong return value with 100.000 char string test\e[0;00m\n" + FAULTS=$(($FAULTS+1)) +fi +sleep $SLEEP + +# Empty string test + +printf "\e[1;36mRunning client with NULL string\e[0;00m\n" +./client $SERVER "" +if [ $? -eq 0 ] +then + printf "\e[1;32mNULL string test OK\e[0;00m\n" +else + printf "\e[1;31mwrong return value NULL string test\e[0;00m\n" + FAULTS=$(($FAULTS+1)) +fi +sleep $SLEEP + +# Space test + +printf "\e[1;36mRunning client with single space string\e[0;00m\n" +./client $SERVER " " +if [ $? -eq 0 ] +then + printf "\e[1;32mSpace test OK\e[0;00m\n" +else + printf "\e[1;31mwrong return value with Space test\e[0;00m\n" + FAULTS=$(($FAULTS+1)) +fi +sleep $SLEEP + +# Multiline test + +printf "\e[1;36mRunning client with multiline string\e[0;00m\n" +./client $SERVER "1 +2 +3 +4 +5" +if [ $? -eq 0 ] +then + printf "\e[1;32mMultiline test OK\e[0;00m\n" +else + printf "\e[1;31mwrong return value with multiline test\e[0;00m\n" + FAULTS=$(($FAULTS+1)) +fi +sleep $SLEEP + +# All Emoji test + +printf "\e[1;36mRunning client with all Emojis\e[0;00m\n" +./client $SERVER ๐Ÿ˜€๐Ÿ˜ƒ๐Ÿ˜„๐Ÿ˜๐Ÿ˜†๐Ÿ˜…๐Ÿ˜‚๐Ÿคฃ๐Ÿฅฒ๐Ÿฅนโ˜บ๏ธ๐Ÿ˜Š๐Ÿ˜‡๐Ÿ™‚๐Ÿ™ƒ๐Ÿ˜‰๐Ÿ˜Œ๐Ÿ˜๐Ÿฅฐ๐Ÿ˜˜๐Ÿ˜—๐Ÿ˜™๐Ÿ˜š๐Ÿ˜‹๐Ÿ˜›๐Ÿ˜๐Ÿ˜œ๐Ÿคช๐Ÿคจ๐Ÿง๐Ÿค“๐Ÿ˜Ž๐Ÿฅธ๐Ÿคฉ๐Ÿฅณ๐Ÿ˜๐Ÿ˜’๐Ÿ˜ž๐Ÿ˜”๐Ÿ˜Ÿ๐Ÿ˜•๐Ÿ™โ˜น๏ธ๐Ÿ˜ฃ๐Ÿ˜–๐Ÿ˜ซ๐Ÿ˜ฉ๐Ÿฅบ๐Ÿ˜ข๐Ÿ˜ญ๐Ÿ˜ฎโ€๐Ÿ’จ๐Ÿ˜ค๐Ÿ˜ ๐Ÿ˜ก๐Ÿคฌ๐Ÿคฏ๐Ÿ˜ณ๐Ÿฅต๐Ÿฅถ๐Ÿ˜ฑ๐Ÿ˜จ๐Ÿ˜ฐ๐Ÿ˜ฅ๐Ÿ˜“๐Ÿซฃ๐Ÿค—๐Ÿซก๐Ÿค”๐Ÿซข๐Ÿคญ๐Ÿคซ๐Ÿคฅ๐Ÿ˜ถ๐Ÿ˜ถโ€๐ŸŒซ๏ธ๐Ÿ˜๐Ÿ˜‘๐Ÿ˜ฌ๐Ÿซ ๐Ÿ™„๐Ÿ˜ฏ๐Ÿ˜ฆ๐Ÿ˜ง๐Ÿ˜ฎ๐Ÿ˜ฒ๐Ÿฅฑ๐Ÿ˜ด๐Ÿคค๐Ÿ˜ช๐Ÿ˜ต๐Ÿ˜ตโ€๐Ÿ’ซ๐Ÿซฅ๐Ÿค๐Ÿฅด๐Ÿคข๐Ÿคฎ๐Ÿคง๐Ÿ˜ท๐Ÿค’๐Ÿค•๐Ÿค‘๐Ÿค ๐Ÿ˜ˆ๐Ÿ‘ฟ๐Ÿ‘น๐Ÿ‘บ๐Ÿคก๐Ÿ’ฉ๐Ÿ‘ป๐Ÿ’€โ˜ ๏ธ๐Ÿ‘ฝ๐Ÿ‘พ๐Ÿค–๐ŸŽƒ๐Ÿ˜บ๐Ÿ˜ธ๐Ÿ˜น๐Ÿ˜ป๐Ÿ˜ผ๐Ÿ˜ฝ๐Ÿ™€๐Ÿ˜ฟ๐Ÿ˜พ๐Ÿ‘‹๐Ÿคš๐Ÿ–โœ‹๐Ÿ––๐Ÿ‘Œ๐ŸคŒ๐ŸคโœŒ๏ธ๐Ÿคž๐Ÿซฐ๐ŸคŸ๐Ÿค˜๐Ÿค™๐Ÿซต๐Ÿซฑ๐Ÿซฒ๐Ÿซณ๐Ÿซด๐Ÿ‘ˆ๐Ÿ‘‰๐Ÿ‘†๐Ÿ–•๐Ÿ‘‡โ˜๏ธ๐Ÿ‘๐Ÿ‘ŽโœŠ๐Ÿ‘Š๐Ÿค›๐Ÿคœ๐Ÿ‘๐Ÿซถ๐Ÿ™Œ๐Ÿ‘๐Ÿคฒ๐Ÿค๐Ÿ™โœ๏ธ๐Ÿ’…๐Ÿคณ๐Ÿ’ช๐Ÿฆพ๐Ÿฆต๐Ÿฆฟ๐Ÿฆถ๐Ÿ‘ฃ๐Ÿ‘‚๐Ÿฆป๐Ÿ‘ƒ๐Ÿซ€๐Ÿซ๐Ÿง ๐Ÿฆท๐Ÿฆด๐Ÿ‘€๐Ÿ‘๐Ÿ‘…๐Ÿ‘„๐Ÿซฆ๐Ÿ’‹๐Ÿฉธ๐Ÿ‘ถ๐Ÿ‘ง๐Ÿง’๐Ÿ‘ฆ๐Ÿ‘ฉ๐Ÿง‘๐Ÿ‘จ๐Ÿ‘ฉโ€๐Ÿฆฑ๐Ÿง‘โ€๐Ÿฆฑ๐Ÿ‘จโ€๐Ÿฆฑ๐Ÿ‘ฉโ€๐Ÿฆฐ๐Ÿง‘โ€๐Ÿฆฐ๐Ÿ‘จโ€๐Ÿฆฐ๐Ÿ‘ฑโ€โ™€๏ธ๐Ÿ‘ฑ๐Ÿ‘ฑโ€โ™‚๏ธ๐Ÿ‘ฉโ€๐Ÿฆณ๐Ÿง‘โ€๐Ÿฆณ๐Ÿ‘จโ€๐Ÿฆณ๐Ÿ‘ฉโ€๐Ÿฆฒ๐Ÿง‘โ€๐Ÿฆฒ๐Ÿ‘จโ€๐Ÿฆฒ๐Ÿง”โ€โ™€๏ธ๐Ÿง”๐Ÿง”โ€โ™‚๏ธ๐Ÿ‘ต๐Ÿง“๐Ÿ‘ด๐Ÿ‘ฒ๐Ÿ‘ณโ€โ™€๏ธ๐Ÿ‘ณ๐Ÿ‘ณโ€โ™‚๏ธ๐Ÿง•๐Ÿ‘ฎโ€โ™€๏ธ๐Ÿ‘ฎ๐Ÿ‘ฎโ€โ™‚๏ธ๐Ÿ‘ทโ€โ™€๏ธ๐Ÿ‘ท๐Ÿ‘ทโ€โ™‚๏ธ๐Ÿ’‚โ€โ™€๏ธ๐Ÿ’‚๐Ÿ’‚โ€โ™‚๏ธ๐Ÿ•ต๏ธโ€โ™€๏ธ๐Ÿ•ต๏ธ๐Ÿ•ต๏ธโ€โ™‚๏ธ๐Ÿ‘ฉโ€โš•๏ธ๐Ÿง‘โ€โš•๏ธ๐Ÿ‘จโ€โš•๏ธ๐Ÿ‘ฉโ€๐ŸŒพ๐Ÿง‘โ€๐ŸŒพ๐Ÿ‘จโ€๐ŸŒพ๐Ÿ‘ฉโ€๐Ÿณ๐Ÿง‘โ€๐Ÿณ๐Ÿ‘จโ€๐Ÿณ๐Ÿ‘ฉโ€๐ŸŽ“๐Ÿง‘โ€๐ŸŽ“๐Ÿ‘จโ€๐ŸŽ“๐Ÿ‘ฉโ€๐ŸŽค๐Ÿง‘โ€๐ŸŽค๐Ÿ‘จโ€๐ŸŽค๐Ÿ‘ฉโ€๐Ÿซ๐Ÿง‘โ€๐Ÿซ๐Ÿ‘จโ€๐Ÿซ๐Ÿ‘ฉโ€๐Ÿญ๐Ÿง‘โ€๐Ÿญ๐Ÿ‘จโ€๐Ÿญ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿง‘โ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ‘ฉโ€๐Ÿ’ผ๐Ÿง‘โ€๐Ÿ’ผ๐Ÿ‘จโ€๐Ÿ’ผ๐Ÿ‘ฉโ€๐Ÿ”ง๐Ÿง‘โ€๐Ÿ”ง๐Ÿ‘จโ€๐Ÿ”ง๐Ÿ‘ฉโ€๐Ÿ”ฌ๐Ÿง‘โ€๐Ÿ”ฌ๐Ÿ‘จโ€๐Ÿ”ฌ๐Ÿ‘ฉโ€๐ŸŽจ๐Ÿง‘โ€๐ŸŽจ๐Ÿ‘จโ€๐ŸŽจ๐Ÿ‘ฉโ€๐Ÿš’๐Ÿง‘โ€๐Ÿš’๐Ÿ‘จโ€๐Ÿš’๐Ÿ‘ฉโ€โœˆ๏ธ๐Ÿง‘โ€โœˆ๏ธ๐Ÿ‘จโ€โœˆ๏ธ๐Ÿ‘ฉโ€๐Ÿš€๐Ÿง‘โ€๐Ÿš€๐Ÿ‘จโ€๐Ÿš€๐Ÿ‘ฉโ€โš–๏ธ๐Ÿง‘โ€โš–๏ธ๐Ÿ‘จโ€โš–๏ธ๐Ÿ‘ฐโ€โ™€๏ธ๐Ÿ‘ฐ๐Ÿ‘ฐโ€โ™‚๏ธ๐Ÿคตโ€โ™€๏ธ๐Ÿคต๐Ÿคตโ€โ™‚๏ธ๐Ÿ‘ธ๐Ÿซ…๐Ÿคด๐Ÿฅท๐Ÿฆธโ€โ™€๏ธ๐Ÿฆธ๐Ÿฆธโ€โ™‚๏ธ๐Ÿฆนโ€โ™€๏ธ๐Ÿฆน๐Ÿฆนโ€โ™‚๏ธ๐Ÿคถ๐Ÿง‘โ€๐ŸŽ„๐ŸŽ…๐Ÿง™โ€โ™€๏ธ๐Ÿง™๐Ÿง™โ€โ™‚๏ธ๐Ÿงโ€โ™€๏ธ๐Ÿง๐Ÿงโ€โ™‚๏ธ๐Ÿง›โ€โ™€๏ธ๐Ÿง›๐Ÿง›โ€โ™‚๏ธ๐ŸงŸโ€โ™€๏ธ๐ŸงŸ๐ŸงŸโ€โ™‚๏ธ๐Ÿงžโ€โ™€๏ธ๐Ÿงž๐Ÿงžโ€โ™‚๏ธ๐Ÿงœโ€โ™€๏ธ๐Ÿงœ๐Ÿงœโ€โ™‚๏ธ๐Ÿงšโ€โ™€๏ธ๐Ÿงš๐Ÿงšโ€โ™‚๏ธ๐ŸงŒ๐Ÿ‘ผ๐Ÿคฐ๐Ÿซ„๐Ÿซƒ๐Ÿคฑ๐Ÿ‘ฉโ€๐Ÿผ๐Ÿง‘โ€๐Ÿผ๐Ÿ‘จโ€๐Ÿผ๐Ÿ™‡โ€โ™€๏ธ๐Ÿ™‡๐Ÿ™‡โ€โ™‚๏ธ๐Ÿ’โ€โ™€๏ธ๐Ÿ’๐Ÿ’โ€โ™‚๏ธ๐Ÿ™…โ€โ™€๏ธ๐Ÿ™…๐Ÿ™…โ€โ™‚๏ธ๐Ÿ™†โ€โ™€๏ธ๐Ÿ™†๐Ÿ™†โ€โ™‚๏ธ๐Ÿ™‹โ€โ™€๏ธ๐Ÿ™‹๐Ÿ™‹โ€โ™‚๏ธ๐Ÿงโ€โ™€๏ธ๐Ÿง๐Ÿงโ€โ™‚๏ธ๐Ÿคฆโ€โ™€๏ธ๐Ÿคฆ๐Ÿคฆโ€โ™‚๏ธ๐Ÿคทโ€โ™€๏ธ๐Ÿคท๐Ÿคทโ€โ™‚๏ธ๐Ÿ™Žโ€โ™€๏ธ๐Ÿ™Ž๐Ÿ™Žโ€โ™‚๏ธ๐Ÿ™โ€โ™€๏ธ๐Ÿ™๐Ÿ™โ€โ™‚๏ธ๐Ÿ’‡โ€โ™€๏ธ๐Ÿ’‡๐Ÿ’‡โ€โ™‚๏ธ๐Ÿ’†โ€โ™€๏ธ๐Ÿ’†๐Ÿ’†โ€โ™‚๏ธ๐Ÿง–โ€โ™€๏ธ๐Ÿง–๐Ÿง–โ€โ™‚๏ธ๐Ÿ’…๐Ÿคณ๐Ÿ’ƒ๐Ÿ•บ๐Ÿ‘ฏโ€โ™€๏ธ๐Ÿ‘ฏ๐Ÿ‘ฏโ€โ™‚๏ธ๐Ÿ•ด๐Ÿ‘ฉโ€๐Ÿฆฝ๐Ÿง‘โ€๐Ÿฆฝ๐Ÿ‘จโ€๐Ÿฆฝ๐Ÿ‘ฉโ€๐Ÿฆผ๐Ÿง‘โ€๐Ÿฆผ๐Ÿ‘จโ€๐Ÿฆผ๐Ÿšถโ€โ™€๏ธ๐Ÿšถ๐Ÿšถโ€โ™‚๏ธ๐Ÿ‘ฉโ€๐Ÿฆฏ๐Ÿง‘โ€๐Ÿฆฏ๐Ÿ‘จโ€๐Ÿฆฏ๐ŸงŽโ€โ™€๏ธ๐ŸงŽ๐ŸงŽโ€โ™‚๏ธ๐Ÿƒโ€โ™€๏ธ๐Ÿƒ๐Ÿƒโ€โ™‚๏ธ๐Ÿงโ€โ™€๏ธ๐Ÿง๐Ÿงโ€โ™‚๏ธ๐Ÿ‘ญ๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘๐Ÿ‘ฌ๐Ÿ‘ซ๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿ’‘๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿ’๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿ‘ช๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง๐Ÿ‘จโ€๐Ÿ‘ฆ๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ๐Ÿ‘จโ€๐Ÿ‘ง๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง๐Ÿ‘ฉโ€๐Ÿ‘ฆ๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ๐Ÿ‘ฉโ€๐Ÿ‘ง๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง๐Ÿ—ฃ๐Ÿ‘ค๐Ÿ‘ฅ๐Ÿซ‚๐Ÿงณ๐ŸŒ‚โ˜‚๏ธ๐Ÿงต๐Ÿชก๐Ÿชข๐Ÿงถ๐Ÿ‘“๐Ÿ•ถ๐Ÿฅฝ๐Ÿฅผ๐Ÿฆบ๐Ÿ‘”๐Ÿ‘•๐Ÿ‘–๐Ÿงฃ๐Ÿงค๐Ÿงฅ๐Ÿงฆ๐Ÿ‘—๐Ÿ‘˜๐Ÿฅป๐Ÿฉด๐Ÿฉฑ๐Ÿฉฒ๐Ÿฉณ๐Ÿ‘™๐Ÿ‘š๐Ÿ‘›๐Ÿ‘œ๐Ÿ‘๐ŸŽ’๐Ÿ‘ž๐Ÿ‘Ÿ๐Ÿฅพ๐Ÿฅฟ๐Ÿ‘ ๐Ÿ‘ก๐Ÿฉฐ๐Ÿ‘ข๐Ÿ‘‘๐Ÿ‘’๐ŸŽฉ๐ŸŽ“๐Ÿงขโ›‘๐Ÿช–๐Ÿ’„๐Ÿ’๐Ÿ’ผ๐Ÿ‘‹๐Ÿป๐Ÿคš๐Ÿป๐Ÿ–๐Ÿปโœ‹๐Ÿป๐Ÿ––๐Ÿป๐Ÿ‘Œ๐Ÿป๐ŸคŒ๐Ÿป๐Ÿค๐ŸปโœŒ๐Ÿป๐Ÿคž๐Ÿป๐Ÿซฐ๐Ÿป๐ŸคŸ๐Ÿป๐Ÿค˜๐Ÿป๐Ÿค™๐Ÿป๐Ÿซต๐Ÿป๐Ÿซฑ๐Ÿป๐Ÿซฒ๐Ÿป๐Ÿซณ๐Ÿป๐Ÿซด๐Ÿป๐Ÿ‘ˆ๐Ÿป๐Ÿ‘‰๐Ÿป๐Ÿ‘†๐Ÿป๐Ÿ–•๐Ÿป๐Ÿ‘‡๐Ÿปโ˜๐Ÿป๐Ÿ‘๐Ÿป๐Ÿ‘Ž๐ŸปโœŠ๐Ÿป๐Ÿ‘Š๐Ÿป๐Ÿค›๐Ÿป๐Ÿคœ๐Ÿป๐Ÿ‘๐Ÿป๐Ÿซถ๐Ÿป๐Ÿ™Œ๐Ÿป๐Ÿ‘๐Ÿป๐Ÿคฒ๐Ÿป๐Ÿ™๐Ÿปโœ๐Ÿป๐Ÿ’…๐Ÿป๐Ÿคณ๐Ÿป๐Ÿ’ช๐Ÿป๐Ÿฆต๐Ÿป๐Ÿฆถ๐Ÿป๐Ÿ‘‚๐Ÿป๐Ÿฆป๐Ÿป๐Ÿ‘ƒ๐Ÿป๐Ÿ‘ถ๐Ÿป๐Ÿ‘ง๐Ÿป๐Ÿง’๐Ÿป๐Ÿ‘ฆ๐Ÿป๐Ÿ‘ฉ๐Ÿป๐Ÿง‘๐Ÿป๐Ÿ‘จ๐Ÿป๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฑ๐Ÿง‘๐Ÿปโ€๐Ÿฆฑ๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฑ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฐ๐Ÿง‘๐Ÿปโ€๐Ÿฆฐ๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฐ๐Ÿ‘ฑ๐Ÿปโ€โ™€๏ธ๐Ÿ‘ฑ๐Ÿป๐Ÿ‘ฑ๐Ÿปโ€โ™‚๏ธ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆณ๐Ÿง‘๐Ÿปโ€๐Ÿฆณ๐Ÿ‘จ๐Ÿปโ€๐Ÿฆณ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฒ๐Ÿง‘๐Ÿปโ€๐Ÿฆฒ๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฒ๐Ÿง”๐Ÿปโ€โ™€๏ธ๐Ÿง”๐Ÿป๐Ÿง”๐Ÿปโ€โ™‚๏ธ๐Ÿ‘ต๐Ÿป๐Ÿง“๐Ÿป๐Ÿ‘ด๐Ÿป๐Ÿ‘ฒ๐Ÿป๐Ÿ‘ณ๐Ÿปโ€โ™€๏ธ๐Ÿ‘ณ๐Ÿป๐Ÿ‘ณ๐Ÿปโ€โ™‚๏ธ๐Ÿง•๐Ÿป๐Ÿ‘ฎ๐Ÿปโ€โ™€๏ธ๐Ÿ‘ฎ๐Ÿป๐Ÿ‘ฎ๐Ÿปโ€โ™‚๏ธ๐Ÿ‘ท๐Ÿปโ€โ™€๏ธ๐Ÿ‘ท๐Ÿป๐Ÿ‘ท๐Ÿปโ€โ™‚๏ธ๐Ÿ’‚๐Ÿปโ€โ™€๏ธ๐Ÿ’‚๐Ÿป๐Ÿ’‚๐Ÿปโ€โ™‚๏ธ๐Ÿ•ต๐Ÿปโ€โ™€๏ธ๐Ÿ•ต๐Ÿป๐Ÿ•ต๐Ÿปโ€โ™‚๏ธ๐Ÿ‘ฉ๐Ÿปโ€โš•๏ธ๐Ÿง‘๐Ÿปโ€โš•๏ธ๐Ÿ‘จ๐Ÿปโ€โš•๏ธ๐Ÿ‘ฉ๐Ÿปโ€๐ŸŒพ๐Ÿง‘๐Ÿปโ€๐ŸŒพ๐Ÿ‘จ๐Ÿปโ€๐ŸŒพ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿณ๐Ÿง‘๐Ÿปโ€๐Ÿณ๐Ÿ‘จ๐Ÿปโ€๐Ÿณ๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽ“๐Ÿง‘๐Ÿปโ€๐ŸŽ“๐Ÿ‘จ๐Ÿปโ€๐ŸŽ“๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽค๐Ÿง‘๐Ÿปโ€๐ŸŽค๐Ÿ‘จ๐Ÿปโ€๐ŸŽค๐Ÿ‘ฉ๐Ÿปโ€๐Ÿซ๐Ÿง‘๐Ÿปโ€๐Ÿซ๐Ÿ‘จ๐Ÿปโ€๐Ÿซ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿญ๐Ÿง‘๐Ÿปโ€๐Ÿญ๐Ÿ‘จ๐Ÿปโ€๐Ÿญ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป๐Ÿง‘๐Ÿปโ€๐Ÿ’ป๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ผ๐Ÿง‘๐Ÿปโ€๐Ÿ’ผ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ผ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ง๐Ÿง‘๐Ÿปโ€๐Ÿ”ง๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ง๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ฌ๐Ÿง‘๐Ÿปโ€๐Ÿ”ฌ๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ฌ๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽจ๐Ÿง‘๐Ÿปโ€๐ŸŽจ๐Ÿ‘จ๐Ÿปโ€๐ŸŽจ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš’๐Ÿง‘๐Ÿปโ€๐Ÿš’๐Ÿ‘จ๐Ÿปโ€๐Ÿš’๐Ÿ‘ฉ๐Ÿปโ€โœˆ๏ธ๐Ÿง‘๐Ÿปโ€โœˆ๏ธ๐Ÿ‘จ๐Ÿปโ€โœˆ๏ธ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš€๐Ÿง‘๐Ÿปโ€๐Ÿš€๐Ÿ‘จ๐Ÿปโ€๐Ÿš€๐Ÿ‘ฉ๐Ÿปโ€โš–๏ธ๐Ÿง‘๐Ÿปโ€โš–๏ธ๐Ÿ‘จ๐Ÿปโ€โš–๏ธ๐Ÿ‘ฐ๐Ÿปโ€โ™€๏ธ๐Ÿ‘ฐ๐Ÿป๐Ÿ‘ฐ๐Ÿปโ€โ™‚๏ธ๐Ÿคต๐Ÿปโ€โ™€๏ธ๐Ÿคต๐Ÿป๐Ÿคต๐Ÿปโ€โ™‚๏ธ๐Ÿ‘ธ๐Ÿป๐Ÿซ…๐Ÿป๐Ÿคด๐Ÿป๐Ÿฅท๐Ÿป๐Ÿฆธ๐Ÿปโ€โ™€๏ธ๐Ÿฆธ๐Ÿป๐Ÿฆธ๐Ÿปโ€โ™‚๏ธ๐Ÿฆน๐Ÿปโ€โ™€๏ธ๐Ÿฆน๐Ÿป๐Ÿฆน๐Ÿปโ€โ™‚๏ธ๐Ÿคถ๐Ÿป๐Ÿง‘๐Ÿปโ€๐ŸŽ„๐ŸŽ…๐Ÿป๐Ÿง™๐Ÿปโ€โ™€๏ธ๐Ÿง™๐Ÿป๐Ÿง™๐Ÿปโ€โ™‚๏ธ๐Ÿง๐Ÿปโ€โ™€๏ธ๐Ÿง๐Ÿป๐Ÿง๐Ÿปโ€โ™‚๏ธ๐Ÿง›๐Ÿปโ€โ™€๏ธ๐Ÿง›๐Ÿป๐Ÿง›๐Ÿปโ€โ™‚๏ธ๐Ÿงœ๐Ÿปโ€โ™€๏ธ๐Ÿงœ๐Ÿป๐Ÿงœ๐Ÿปโ€โ™‚๏ธ๐Ÿงš๐Ÿปโ€โ™€๏ธ๐Ÿงš๐Ÿป๐Ÿงš๐Ÿปโ€โ™‚๏ธ๐Ÿ‘ผ๐Ÿป๐Ÿคฐ๐Ÿป๐Ÿซ„๐Ÿป๐Ÿซƒ๐Ÿป๐Ÿคฑ๐Ÿป๐Ÿ‘ฉ๐Ÿปโ€๐Ÿผ๐Ÿง‘๐Ÿปโ€๐Ÿผ๐Ÿ‘จ๐Ÿปโ€๐Ÿผ๐Ÿ™‡๐Ÿปโ€โ™€๏ธ๐Ÿ™‡๐Ÿป๐Ÿ™‡๐Ÿปโ€โ™‚๏ธ๐Ÿ’๐Ÿปโ€โ™€๏ธ๐Ÿ’๐Ÿป๐Ÿ’๐Ÿปโ€โ™‚๏ธ๐Ÿ™…๐Ÿปโ€โ™€๏ธ๐Ÿ™…๐Ÿป๐Ÿ™…๐Ÿปโ€โ™‚๏ธ๐Ÿ™†๐Ÿปโ€โ™€๏ธ๐Ÿ™†๐Ÿป๐Ÿ™†๐Ÿปโ€โ™‚๏ธ๐Ÿ™‹๐Ÿปโ€โ™€๏ธ๐Ÿ™‹๐Ÿป๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ๐Ÿง๐Ÿปโ€โ™€๏ธ๐Ÿง๐Ÿป๐Ÿง๐Ÿปโ€โ™‚๏ธ๐Ÿคฆ๐Ÿปโ€โ™€๏ธ๐Ÿคฆ๐Ÿป๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ๐Ÿคท๐Ÿปโ€โ™€๏ธ๐Ÿคท๐Ÿป๐Ÿคท๐Ÿปโ€โ™‚๏ธ๐Ÿ™Ž๐Ÿปโ€โ™€๏ธ๐Ÿ™Ž๐Ÿป๐Ÿ™Ž๐Ÿปโ€โ™‚๏ธ๐Ÿ™๐Ÿปโ€โ™€๏ธ๐Ÿ™๐Ÿป๐Ÿ™๐Ÿปโ€โ™‚๏ธ๐Ÿ’‡๐Ÿปโ€โ™€๏ธ๐Ÿ’‡๐Ÿป๐Ÿ’‡๐Ÿปโ€โ™‚๏ธ๐Ÿ’†๐Ÿปโ€โ™€๏ธ๐Ÿ’†๐Ÿป๐Ÿ’†๐Ÿปโ€โ™‚๏ธ๐Ÿง–๐Ÿปโ€โ™€๏ธ๐Ÿง–๐Ÿป๐Ÿง–๐Ÿปโ€โ™‚๏ธ๐Ÿ’ƒ๐Ÿป๐Ÿ•บ๐Ÿป๐Ÿ•ด๐Ÿป๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฝ๐Ÿง‘๐Ÿปโ€๐Ÿฆฝ๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฝ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆผ๐Ÿง‘๐Ÿปโ€๐Ÿฆผ๐Ÿ‘จ๐Ÿปโ€๐Ÿฆผ๐Ÿšถ๐Ÿปโ€โ™€๏ธ๐Ÿšถ๐Ÿป๐Ÿšถ๐Ÿปโ€โ™‚๏ธ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฏ๐Ÿง‘๐Ÿปโ€๐Ÿฆฏ๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฏ๐ŸงŽ๐Ÿปโ€โ™€๏ธ๐ŸงŽ๐Ÿป๐ŸงŽ๐Ÿปโ€โ™‚๏ธ๐Ÿƒ๐Ÿปโ€โ™€๏ธ๐Ÿƒ๐Ÿป๐Ÿƒ๐Ÿปโ€โ™‚๏ธ๐Ÿง๐Ÿปโ€โ™€๏ธ๐Ÿง๐Ÿป๐Ÿง๐Ÿปโ€โ™‚๏ธ๐Ÿ‘ญ๐Ÿป๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿป๐Ÿ‘ฌ๐Ÿป๐Ÿ‘ซ๐Ÿป๐Ÿง—๐Ÿปโ€โ™€๏ธ๐Ÿง—๐Ÿป๐Ÿง—๐Ÿปโ€โ™‚๏ธ๐Ÿ‡๐Ÿป๐Ÿ‚๐Ÿป๐ŸŒ๐Ÿปโ€โ™€๏ธ๐ŸŒ๐Ÿป๐ŸŒ๐Ÿปโ€โ™‚๏ธ๐Ÿ„๐Ÿปโ€โ™€๏ธ๐Ÿ„๐Ÿป๐Ÿ„๐Ÿปโ€โ™‚๏ธ๐Ÿšฃ๐Ÿปโ€โ™€๏ธ๐Ÿšฃ๐Ÿป๐Ÿšฃ๐Ÿปโ€โ™‚๏ธ๐ŸŠ๐Ÿปโ€โ™€๏ธ๐ŸŠ๐Ÿป๐ŸŠ๐Ÿปโ€โ™‚๏ธโ›น๐Ÿปโ€โ™€๏ธโ›น๐Ÿปโ›น๐Ÿปโ€โ™‚๏ธ๐Ÿ‹๐Ÿปโ€โ™€๏ธ๐Ÿ‹๐Ÿป๐Ÿ‹๐Ÿปโ€โ™‚๏ธ๐Ÿšด๐Ÿปโ€โ™€๏ธ๐Ÿšด๐Ÿป๐Ÿšด๐Ÿปโ€โ™‚๏ธ๐Ÿšต๐Ÿปโ€โ™€๏ธ๐Ÿšต๐Ÿป๐Ÿšต๐Ÿปโ€โ™‚๏ธ๐Ÿคธ๐Ÿปโ€โ™€๏ธ๐Ÿคธ๐Ÿป๐Ÿคธ๐Ÿปโ€โ™‚๏ธ๐Ÿคฝ๐Ÿปโ€โ™€๏ธ๐Ÿคฝ๐Ÿป๐Ÿคฝ๐Ÿปโ€โ™‚๏ธ๐Ÿคพ๐Ÿปโ€โ™€๏ธ๐Ÿคพ๐Ÿป๐Ÿคพ๐Ÿปโ€โ™‚๏ธ๐Ÿคน๐Ÿปโ€โ™€๏ธ๐Ÿคน๐Ÿป๐Ÿคน๐Ÿปโ€โ™‚๏ธ๐Ÿง˜๐Ÿปโ€โ™€๏ธ๐Ÿง˜๐Ÿป๐Ÿง˜๐Ÿปโ€โ™‚๏ธ๐Ÿ›€๐Ÿป๐Ÿ›Œ๐Ÿป๐Ÿ‘‹๐Ÿผ๐Ÿคš๐Ÿผ๐Ÿ–๐Ÿผโœ‹๐Ÿผ๐Ÿ––๐Ÿผ๐Ÿ‘Œ๐Ÿผ๐ŸคŒ๐Ÿผ๐Ÿค๐ŸผโœŒ๐Ÿผ๐Ÿคž๐Ÿผ๐Ÿซฐ๐Ÿผ๐ŸคŸ๐Ÿผ๐Ÿค˜๐Ÿผ๐Ÿค™๐Ÿผ๐Ÿซต๐Ÿผ๐Ÿซฑ๐Ÿผ๐Ÿซฒ๐Ÿผ๐Ÿซณ๐Ÿผ๐Ÿซด๐Ÿผ๐Ÿ‘ˆ๐Ÿผ๐Ÿ‘‰๐Ÿผ๐Ÿ‘†๐Ÿผ๐Ÿ–•๐Ÿผ๐Ÿ‘‡๐Ÿผโ˜๐Ÿผ๐Ÿ‘๐Ÿผ๐Ÿ‘Ž๐ŸผโœŠ๐Ÿผ๐Ÿ‘Š๐Ÿผ๐Ÿค›๐Ÿผ๐Ÿคœ๐Ÿผ๐Ÿ‘๐Ÿผ๐Ÿซถ๐Ÿผ๐Ÿ™Œ๐Ÿผ๐Ÿ‘๐Ÿผ๐Ÿคฒ๐Ÿผ๐Ÿ™๐Ÿผโœ๐Ÿผ๐Ÿ’…๐Ÿผ๐Ÿคณ๐Ÿผ๐Ÿ’ช๐Ÿผ๐Ÿฆต๐Ÿผ๐Ÿฆถ๐Ÿผ๐Ÿ‘‚๐Ÿผ๐Ÿฆป๐Ÿผ๐Ÿ‘ƒ๐Ÿผ๐Ÿ‘ถ๐Ÿผ๐Ÿ‘ง๐Ÿผ๐Ÿง’๐Ÿผ๐Ÿ‘ฆ๐Ÿผ๐Ÿ‘ฉ๐Ÿผ๐Ÿง‘๐Ÿผ๐Ÿ‘จ๐Ÿผ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฑ๐Ÿง‘๐Ÿผโ€๐Ÿฆฑ๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฑ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฐ๐Ÿง‘๐Ÿผโ€๐Ÿฆฐ๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฐ๐Ÿ‘ฑ๐Ÿผโ€โ™€๏ธ๐Ÿ‘ฑ๐Ÿผ๐Ÿ‘ฑ๐Ÿผโ€โ™‚๏ธ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆณ๐Ÿง‘๐Ÿผโ€๐Ÿฆณ๐Ÿ‘จ๐Ÿผโ€๐Ÿฆณ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฒ๐Ÿง‘๐Ÿผโ€๐Ÿฆฒ๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฒ๐Ÿง”๐Ÿผโ€โ™€๏ธ๐Ÿง”๐Ÿผ๐Ÿง”๐Ÿผโ€โ™‚๏ธ๐Ÿ‘ต๐Ÿผ๐Ÿง“๐Ÿผ๐Ÿ‘ด๐Ÿผ๐Ÿ‘ฒ๐Ÿผ๐Ÿ‘ณ๐Ÿผโ€โ™€๏ธ๐Ÿ‘ณ๐Ÿผ๐Ÿ‘ณ๐Ÿผโ€โ™‚๏ธ๐Ÿง•๐Ÿผ๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ๐Ÿ‘ฎ๐Ÿผ๐Ÿ‘ฎ๐Ÿผโ€โ™‚๏ธ๐Ÿ‘ท๐Ÿผโ€โ™€๏ธ๐Ÿ‘ท๐Ÿผ๐Ÿ‘ท๐Ÿผโ€โ™‚๏ธ๐Ÿ’‚๐Ÿผโ€โ™€๏ธ๐Ÿ’‚๐Ÿผ๐Ÿ’‚๐Ÿผโ€โ™‚๏ธ๐Ÿ•ต๐Ÿผโ€โ™€๏ธ๐Ÿ•ต๐Ÿผ๐Ÿ•ต๐Ÿผโ€โ™‚๏ธ๐Ÿ‘ฉ๐Ÿผโ€โš•๏ธ๐Ÿง‘๐Ÿผโ€โš•๏ธ๐Ÿ‘จ๐Ÿผโ€โš•๏ธ๐Ÿ‘ฉ๐Ÿผโ€๐ŸŒพ๐Ÿง‘๐Ÿผโ€๐ŸŒพ๐Ÿ‘จ๐Ÿผโ€๐ŸŒพ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿณ๐Ÿง‘๐Ÿผโ€๐Ÿณ๐Ÿ‘จ๐Ÿผโ€๐Ÿณ๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽ“๐Ÿง‘๐Ÿผโ€๐ŸŽ“๐Ÿ‘จ๐Ÿผโ€๐ŸŽ“๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽค๐Ÿง‘๐Ÿผโ€๐ŸŽค๐Ÿ‘จ๐Ÿผโ€๐ŸŽค๐Ÿ‘ฉ๐Ÿผโ€๐Ÿซ๐Ÿง‘๐Ÿผโ€๐Ÿซ๐Ÿ‘จ๐Ÿผโ€๐Ÿซ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿญ๐Ÿง‘๐Ÿผโ€๐Ÿญ๐Ÿ‘จ๐Ÿผโ€๐Ÿญ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ป๐Ÿง‘๐Ÿผโ€๐Ÿ’ป๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ผ๐Ÿง‘๐Ÿผโ€๐Ÿ’ผ๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ผ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ง๐Ÿง‘๐Ÿผโ€๐Ÿ”ง๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ง๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ฌ๐Ÿง‘๐Ÿผโ€๐Ÿ”ฌ๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽจ๐Ÿง‘๐Ÿผโ€๐ŸŽจ๐Ÿ‘จ๐Ÿผโ€๐ŸŽจ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš’๐Ÿง‘๐Ÿผโ€๐Ÿš’๐Ÿ‘จ๐Ÿผโ€๐Ÿš’๐Ÿ‘ฉ๐Ÿผโ€โœˆ๏ธ๐Ÿง‘๐Ÿผโ€โœˆ๏ธ๐Ÿ‘จ๐Ÿผโ€โœˆ๏ธ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš€๐Ÿง‘๐Ÿผโ€๐Ÿš€๐Ÿ‘จ๐Ÿผโ€๐Ÿš€๐Ÿ‘ฉ๐Ÿผโ€โš–๏ธ๐Ÿง‘๐Ÿผโ€โš–๏ธ๐Ÿ‘จ๐Ÿผโ€โš–๏ธ๐Ÿ‘ฐ๐Ÿผโ€โ™€๏ธ๐Ÿ‘ฐ๐Ÿผ๐Ÿ‘ฐ๐Ÿผโ€โ™‚๏ธ๐Ÿคต๐Ÿผโ€โ™€๏ธ๐Ÿคต๐Ÿผ๐Ÿคต๐Ÿผโ€โ™‚๏ธ๐Ÿ‘ธ๐Ÿผ๐Ÿซ…๐Ÿผ๐Ÿคด๐Ÿผ๐Ÿฅท๐Ÿผ๐Ÿฆธ๐Ÿผโ€โ™€๏ธ๐Ÿฆธ๐Ÿผ๐Ÿฆธ๐Ÿผโ€โ™‚๏ธ๐Ÿฆน๐Ÿผโ€โ™€๏ธ๐Ÿฆน๐Ÿผ๐Ÿฆน๐Ÿผโ€โ™‚๏ธ๐Ÿคถ๐Ÿผ๐Ÿง‘๐Ÿผโ€๐ŸŽ„๐ŸŽ…๐Ÿผ๐Ÿง™๐Ÿผโ€โ™€๏ธ๐Ÿง™๐Ÿผ๐Ÿง™๐Ÿผโ€โ™‚๏ธ๐Ÿง๐Ÿผโ€โ™€๏ธ๐Ÿง๐Ÿผ๐Ÿง๐Ÿผโ€โ™‚๏ธ๐Ÿง›๐Ÿผโ€โ™€๏ธ๐Ÿง›๐Ÿผ๐Ÿง›๐Ÿผโ€โ™‚๏ธ๐Ÿงœ๐Ÿผโ€โ™€๏ธ๐Ÿงœ๐Ÿผ๐Ÿงœ๐Ÿผโ€โ™‚๏ธ๐Ÿงš๐Ÿผโ€โ™€๏ธ๐Ÿงš๐Ÿผ๐Ÿงš๐Ÿผโ€โ™‚๏ธ๐Ÿ‘ผ๐Ÿผ๐Ÿคฐ๐Ÿผ๐Ÿซ„๐Ÿผ๐Ÿซƒ๐Ÿผ๐Ÿคฑ๐Ÿผ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿผ๐Ÿง‘๐Ÿผโ€๐Ÿผ๐Ÿ‘จ๐Ÿผโ€๐Ÿผ๐Ÿ™‡๐Ÿผโ€โ™€๏ธ๐Ÿ™‡๐Ÿผ๐Ÿ™‡๐Ÿผโ€โ™‚๏ธ๐Ÿ’๐Ÿผโ€โ™€๏ธ๐Ÿ’๐Ÿผ๐Ÿ’๐Ÿผโ€โ™‚๏ธ๐Ÿ™…๐Ÿผโ€โ™€๏ธ๐Ÿ™…๐Ÿผ๐Ÿ™…๐Ÿผโ€โ™‚๏ธ๐Ÿ™†๐Ÿผโ€โ™€๏ธ๐Ÿ™†๐Ÿผ๐Ÿ™†๐Ÿผโ€โ™‚๏ธ๐Ÿ™‹๐Ÿผโ€โ™€๏ธ๐Ÿ™‹๐Ÿผ๐Ÿ™‹๐Ÿผโ€โ™‚๏ธ๐Ÿง๐Ÿผโ€โ™€๏ธ๐Ÿง๐Ÿผ๐Ÿง๐Ÿผโ€โ™‚๏ธ๐Ÿคฆ๐Ÿผโ€โ™€๏ธ๐Ÿคฆ๐Ÿผ๐Ÿคฆ๐Ÿผโ€โ™‚๏ธ๐Ÿคท๐Ÿผโ€โ™€๏ธ๐Ÿคท๐Ÿผ๐Ÿคท๐Ÿผโ€โ™‚๏ธ๐Ÿ™Ž๐Ÿผโ€โ™€๏ธ๐Ÿ™Ž๐Ÿผ๐Ÿ™Ž๐Ÿผโ€โ™‚๏ธ๐Ÿ™๐Ÿผโ€โ™€๏ธ๐Ÿ™๐Ÿผ๐Ÿ™๐Ÿผโ€โ™‚๏ธ๐Ÿ’‡๐Ÿผโ€โ™€๏ธ๐Ÿ’‡๐Ÿผ๐Ÿ’‡๐Ÿผโ€โ™‚๏ธ๐Ÿ’†๐Ÿผโ€โ™€๏ธ๐Ÿ’†๐Ÿผ๐Ÿ’†๐Ÿผโ€โ™‚๏ธ๐Ÿง–๐Ÿผโ€โ™€๏ธ๐Ÿง–๐Ÿผ๐Ÿง–๐Ÿผโ€โ™‚๏ธ๐Ÿ’ƒ๐Ÿผ๐Ÿ•บ๐Ÿผ๐Ÿ•ด๐Ÿผ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฝ๐Ÿง‘๐Ÿผโ€๐Ÿฆฝ๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฝ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆผ๐Ÿง‘๐Ÿผโ€๐Ÿฆผ๐Ÿ‘จ๐Ÿผโ€๐Ÿฆผ๐Ÿšถ๐Ÿผโ€โ™€๏ธ๐Ÿšถ๐Ÿผ๐Ÿšถ๐Ÿผโ€โ™‚๏ธ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฏ๐Ÿง‘๐Ÿผโ€๐Ÿฆฏ๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฏ๐ŸงŽ๐Ÿผโ€โ™€๏ธ๐ŸงŽ๐Ÿผ๐ŸงŽ๐Ÿผโ€โ™‚๏ธ๐Ÿƒ๐Ÿผโ€โ™€๏ธ๐Ÿƒ๐Ÿผ๐Ÿƒ๐Ÿผโ€โ™‚๏ธ๐Ÿง๐Ÿผโ€โ™€๏ธ๐Ÿง๐Ÿผ๐Ÿง๐Ÿผโ€โ™‚๏ธ๐Ÿ‘ญ๐Ÿผ๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ๐Ÿ‘ฌ๐Ÿผ๐Ÿ‘ซ๐Ÿผ๐Ÿง—๐Ÿผโ€โ™€๏ธ๐Ÿง—๐Ÿผ๐Ÿง—๐Ÿผโ€โ™‚๏ธ๐Ÿ‡๐Ÿผ๐Ÿ‚๐Ÿผ๐ŸŒ๐Ÿผโ€โ™€๏ธ๐ŸŒ๐Ÿผ๐ŸŒ๐Ÿผโ€โ™‚๏ธ๐Ÿ„๐Ÿผโ€โ™€๏ธ๐Ÿ„๐Ÿผ๐Ÿ„๐Ÿผโ€โ™‚๏ธ๐Ÿšฃ๐Ÿผโ€โ™€๏ธ๐Ÿšฃ๐Ÿผ๐Ÿšฃ๐Ÿผโ€โ™‚๏ธ๐ŸŠ๐Ÿผโ€โ™€๏ธ๐ŸŠ๐Ÿผ๐ŸŠ๐Ÿผโ€โ™‚๏ธโ›น๐Ÿผโ€โ™€๏ธโ›น๐Ÿผโ›น๐Ÿผโ€โ™‚๏ธ๐Ÿ‹๐Ÿผโ€โ™€๏ธ๐Ÿ‹๐Ÿผ๐Ÿ‹๐Ÿผโ€โ™‚๏ธ๐Ÿšด๐Ÿผโ€โ™€๏ธ๐Ÿšด๐Ÿผ๐Ÿšด๐Ÿผโ€โ™‚๏ธ๐Ÿšต๐Ÿผโ€โ™€๏ธ๐Ÿšต๐Ÿผ๐Ÿšต๐Ÿผโ€โ™‚๏ธ๐Ÿคธ๐Ÿผโ€โ™€๏ธ๐Ÿคธ๐Ÿผ๐Ÿคธ๐Ÿผโ€โ™‚๏ธ๐Ÿคฝ๐Ÿผโ€โ™€๏ธ๐Ÿคฝ๐Ÿผ๐Ÿคฝ๐Ÿผโ€โ™‚๏ธ๐Ÿคพ๐Ÿผโ€โ™€๏ธ๐Ÿคพ๐Ÿผ๐Ÿคพ๐Ÿผโ€โ™‚๏ธ๐Ÿคน๐Ÿผโ€โ™€๏ธ๐Ÿคน๐Ÿผ๐Ÿคน๐Ÿผโ€โ™‚๏ธ๐Ÿง˜๐Ÿผโ€โ™€๏ธ๐Ÿง˜๐Ÿผ๐Ÿง˜๐Ÿผโ€โ™‚๏ธ๐Ÿ›€๐Ÿผ๐Ÿ›Œ๐Ÿผ๐Ÿ‘‹๐Ÿฝ๐Ÿคš๐Ÿฝ๐Ÿ–๐Ÿฝโœ‹๐Ÿฝ๐Ÿ––๐Ÿฝ๐Ÿ‘Œ๐Ÿฝ๐ŸคŒ๐Ÿฝ๐Ÿค๐ŸฝโœŒ๐Ÿฝ๐Ÿคž๐Ÿฝ๐Ÿซฐ๐Ÿฝ๐ŸคŸ๐Ÿฝ๐Ÿค˜๐Ÿฝ๐Ÿค™๐Ÿฝ๐Ÿซต๐Ÿฝ๐Ÿซฑ๐Ÿฝ๐Ÿซฒ๐Ÿฝ๐Ÿซณ๐Ÿฝ๐Ÿซด๐Ÿฝ๐Ÿ‘ˆ๐Ÿฝ๐Ÿ‘‰๐Ÿฝ๐Ÿ‘†๐Ÿฝ๐Ÿ–•๐Ÿฝ๐Ÿ‘‡๐Ÿฝโ˜๐Ÿฝ๐Ÿ‘๐Ÿฝ๐Ÿ‘Ž๐ŸฝโœŠ๐Ÿฝ๐Ÿ‘Š๐Ÿฝ๐Ÿค›๐Ÿฝ๐Ÿคœ๐Ÿฝ๐Ÿ‘๐Ÿฝ๐Ÿซถ๐Ÿฝ๐Ÿ™Œ๐Ÿฝ๐Ÿ‘๐Ÿฝ๐Ÿคฒ๐Ÿฝ๐Ÿ™๐Ÿฝโœ๐Ÿฝ๐Ÿ’…๐Ÿฝ๐Ÿคณ๐Ÿฝ๐Ÿ’ช๐Ÿฝ๐Ÿฆต๐Ÿฝ๐Ÿฆถ๐Ÿฝ๐Ÿ‘‚๐Ÿฝ๐Ÿฆป๐Ÿฝ๐Ÿ‘ƒ๐Ÿฝ๐Ÿ‘ถ๐Ÿฝ๐Ÿ‘ง๐Ÿฝ๐Ÿง’๐Ÿฝ๐Ÿ‘ฆ๐Ÿฝ๐Ÿ‘ฉ๐Ÿฝ๐Ÿง‘๐Ÿฝ๐Ÿ‘จ๐Ÿฝ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฑ๐Ÿง‘๐Ÿฝโ€๐Ÿฆฑ๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฑ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฐ๐Ÿง‘๐Ÿฝโ€๐Ÿฆฐ๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฐ๐Ÿ‘ฑ๐Ÿฝโ€โ™€๏ธ๐Ÿ‘ฑ๐Ÿฝ๐Ÿ‘ฑ๐Ÿฝโ€โ™‚๏ธ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆณ๐Ÿง‘๐Ÿฝโ€๐Ÿฆณ๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆณ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฒ๐Ÿง‘๐Ÿฝโ€๐Ÿฆฒ๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฒ๐Ÿง”๐Ÿฝโ€โ™€๏ธ๐Ÿง”๐Ÿฝ๐Ÿง”๐Ÿฝโ€โ™‚๏ธ๐Ÿ‘ต๐Ÿฝ๐Ÿง“๐Ÿฝ๐Ÿ‘ด๐Ÿฝ๐Ÿ‘ฒ๐Ÿฝ๐Ÿ‘ณ๐Ÿฝโ€โ™€๏ธ๐Ÿ‘ณ๐Ÿฝ๐Ÿ‘ณ๐Ÿฝโ€โ™‚๏ธ๐Ÿง•๐Ÿฝ๐Ÿ‘ฎ๐Ÿฝโ€โ™€๏ธ๐Ÿ‘ฎ๐Ÿฝ๐Ÿ‘ฎ๐Ÿฝโ€โ™‚๏ธ๐Ÿ‘ท๐Ÿฝโ€โ™€๏ธ๐Ÿ‘ท๐Ÿฝ๐Ÿ‘ท๐Ÿฝโ€โ™‚๏ธ๐Ÿ’‚๐Ÿฝโ€โ™€๏ธ๐Ÿ’‚๐Ÿฝ๐Ÿ’‚๐Ÿฝโ€โ™‚๏ธ๐Ÿ•ต๐Ÿฝโ€โ™€๏ธ๐Ÿ•ต๐Ÿฝ๐Ÿ•ต๐Ÿฝโ€โ™‚๏ธ๐Ÿ‘ฉ๐Ÿฝโ€โš•๏ธ๐Ÿง‘๐Ÿฝโ€โš•๏ธ๐Ÿ‘จ๐Ÿฝโ€โš•๏ธ๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŒพ๐Ÿง‘๐Ÿฝโ€๐ŸŒพ๐Ÿ‘จ๐Ÿฝโ€๐ŸŒพ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿณ๐Ÿง‘๐Ÿฝโ€๐Ÿณ๐Ÿ‘จ๐Ÿฝโ€๐Ÿณ๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽ“๐Ÿง‘๐Ÿฝโ€๐ŸŽ“๐Ÿ‘จ๐Ÿฝโ€๐ŸŽ“๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽค๐Ÿง‘๐Ÿฝโ€๐ŸŽค๐Ÿ‘จ๐Ÿฝโ€๐ŸŽค๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿซ๐Ÿง‘๐Ÿฝโ€๐Ÿซ๐Ÿ‘จ๐Ÿฝโ€๐Ÿซ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿญ๐Ÿง‘๐Ÿฝโ€๐Ÿญ๐Ÿ‘จ๐Ÿฝโ€๐Ÿญ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ผ๐Ÿง‘๐Ÿฝโ€๐Ÿ’ผ๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ผ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ง๐Ÿง‘๐Ÿฝโ€๐Ÿ”ง๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ง๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ฌ๐Ÿง‘๐Ÿฝโ€๐Ÿ”ฌ๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ฌ๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽจ๐Ÿง‘๐Ÿฝโ€๐ŸŽจ๐Ÿ‘จ๐Ÿฝโ€๐ŸŽจ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš’๐Ÿง‘๐Ÿฝโ€๐Ÿš’๐Ÿ‘จ๐Ÿฝโ€๐Ÿš’๐Ÿ‘ฉ๐Ÿฝโ€โœˆ๏ธ๐Ÿง‘๐Ÿฝโ€โœˆ๏ธ๐Ÿ‘จ๐Ÿฝโ€โœˆ๏ธ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš€๐Ÿง‘๐Ÿฝโ€๐Ÿš€๐Ÿ‘จ๐Ÿฝโ€๐Ÿš€๐Ÿ‘ฉ๐Ÿฝโ€โš–๏ธ๐Ÿง‘๐Ÿฝโ€โš–๏ธ๐Ÿ‘จ๐Ÿฝโ€โš–๏ธ๐Ÿ‘ฐ๐Ÿฝโ€โ™€๏ธ๐Ÿ‘ฐ๐Ÿฝ๐Ÿ‘ฐ๐Ÿฝโ€โ™‚๏ธ๐Ÿคต๐Ÿฝโ€โ™€๏ธ๐Ÿคต๐Ÿฝ๐Ÿคต๐Ÿฝโ€โ™‚๏ธ๐Ÿ‘ธ๐Ÿฝ๐Ÿซ…๐Ÿฝ๐Ÿคด๐Ÿฝ๐Ÿฅท๐Ÿฝ๐Ÿฆธ๐Ÿฝโ€โ™€๏ธ๐Ÿฆธ๐Ÿฝ๐Ÿฆธ๐Ÿฝโ€โ™‚๏ธ๐Ÿฆน๐Ÿฝโ€โ™€๏ธ๐Ÿฆน๐Ÿฝ๐Ÿฆน๐Ÿฝโ€โ™‚๏ธ๐Ÿคถ๐Ÿฝ๐Ÿง‘๐Ÿฝโ€๐ŸŽ„๐ŸŽ…๐Ÿฝ๐Ÿง™๐Ÿฝโ€โ™€๏ธ๐Ÿง™๐Ÿฝ๐Ÿง™๐Ÿฝโ€โ™‚๏ธ๐Ÿง๐Ÿฝโ€โ™€๏ธ๐Ÿง๐Ÿฝ๐Ÿง๐Ÿฝโ€โ™‚๏ธ๐Ÿง›๐Ÿฝโ€โ™€๏ธ๐Ÿง›๐Ÿฝ๐Ÿง›๐Ÿฝโ€โ™‚๏ธ๐Ÿงœ๐Ÿฝโ€โ™€๏ธ๐Ÿงœ๐Ÿฝ๐Ÿงœ๐Ÿฝโ€โ™‚๏ธ๐Ÿงš๐Ÿฝโ€โ™€๏ธ๐Ÿงš๐Ÿฝ๐Ÿงš๐Ÿฝโ€โ™‚๏ธ๐Ÿ‘ผ๐Ÿฝ๐Ÿคฐ๐Ÿฝ๐Ÿซ„๐Ÿฝ๐Ÿซƒ๐Ÿฝ๐Ÿคฑ๐Ÿฝ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿผ๐Ÿง‘๐Ÿฝโ€๐Ÿผ๐Ÿ‘จ๐Ÿฝโ€๐Ÿผ๐Ÿ™‡๐Ÿฝโ€โ™€๏ธ๐Ÿ™‡๐Ÿฝ๐Ÿ™‡๐Ÿฝโ€โ™‚๏ธ๐Ÿ’๐Ÿฝโ€โ™€๏ธ๐Ÿ’๐Ÿฝ๐Ÿ’๐Ÿฝโ€โ™‚๏ธ๐Ÿ™…๐Ÿฝโ€โ™€๏ธ๐Ÿ™…๐Ÿฝ๐Ÿ™…๐Ÿฝโ€โ™‚๏ธ๐Ÿ™†๐Ÿฝโ€โ™€๏ธ๐Ÿ™†๐Ÿฝ๐Ÿ™†๐Ÿฝโ€โ™‚๏ธ๐Ÿ™‹๐Ÿฝโ€โ™€๏ธ๐Ÿ™‹๐Ÿฝ๐Ÿ™‹๐Ÿฝโ€โ™‚๏ธ๐Ÿง๐Ÿฝโ€โ™€๏ธ๐Ÿง๐Ÿฝ๐Ÿง๐Ÿฝโ€โ™‚๏ธ๐Ÿคฆ๐Ÿฝโ€โ™€๏ธ๐Ÿคฆ๐Ÿฝ๐Ÿคฆ๐Ÿฝโ€โ™‚๏ธ๐Ÿคท๐Ÿฝโ€โ™€๏ธ๐Ÿคท๐Ÿฝ๐Ÿคท๐Ÿฝโ€โ™‚๏ธ๐Ÿ™Ž๐Ÿฝโ€โ™€๏ธ๐Ÿ™Ž๐Ÿฝ๐Ÿ™Ž๐Ÿฝโ€โ™‚๏ธ๐Ÿ™๐Ÿฝโ€โ™€๏ธ๐Ÿ™๐Ÿฝ๐Ÿ™๐Ÿฝโ€โ™‚๏ธ๐Ÿ’‡๐Ÿฝโ€โ™€๏ธ๐Ÿ’‡๐Ÿฝ๐Ÿ’‡๐Ÿฝโ€โ™‚๏ธ๐Ÿ’†๐Ÿฝโ€โ™€๏ธ๐Ÿ’†๐Ÿฝ๐Ÿ’†๐Ÿฝโ€โ™‚๏ธ๐Ÿง–๐Ÿฝโ€โ™€๏ธ๐Ÿง–๐Ÿฝ๐Ÿง–๐Ÿฝโ€โ™‚๏ธ๐Ÿ’ƒ๐Ÿฝ๐Ÿ•บ๐Ÿฝ๐Ÿ•ด๐Ÿฝ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฝ๐Ÿง‘๐Ÿฝโ€๐Ÿฆฝ๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฝ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆผ๐Ÿง‘๐Ÿฝโ€๐Ÿฆผ๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆผ๐Ÿšถ๐Ÿฝโ€โ™€๏ธ๐Ÿšถ๐Ÿฝ๐Ÿšถ๐Ÿฝโ€โ™‚๏ธ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฏ๐Ÿง‘๐Ÿฝโ€๐Ÿฆฏ๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฏ๐ŸงŽ๐Ÿฝโ€โ™€๏ธ๐ŸงŽ๐Ÿฝ๐ŸงŽ๐Ÿฝโ€โ™‚๏ธ๐Ÿƒ๐Ÿฝโ€โ™€๏ธ๐Ÿƒ๐Ÿฝ๐Ÿƒ๐Ÿฝโ€โ™‚๏ธ๐Ÿง๐Ÿฝโ€โ™€๏ธ๐Ÿง๐Ÿฝ๐Ÿง๐Ÿฝโ€โ™‚๏ธ๐Ÿ‘ญ๐Ÿฝ๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ๐Ÿ‘ฌ๐Ÿฝ๐Ÿ‘ซ๐Ÿฝ๐Ÿง—๐Ÿฝโ€โ™€๏ธ๐Ÿง—๐Ÿฝ๐Ÿง—๐Ÿฝโ€โ™‚๏ธ๐Ÿ‡๐Ÿฝ๐Ÿ‚๐Ÿฝ๐ŸŒ๐Ÿฝโ€โ™€๏ธ๐ŸŒ๐Ÿฝ๐ŸŒ๐Ÿฝโ€โ™‚๏ธ๐Ÿ„๐Ÿฝโ€โ™€๏ธ๐Ÿ„๐Ÿฝ๐Ÿ„๐Ÿฝโ€โ™‚๏ธ๐Ÿšฃ๐Ÿฝโ€โ™€๏ธ๐Ÿšฃ๐Ÿฝ๐Ÿšฃ๐Ÿฝโ€โ™‚๏ธ๐ŸŠ๐Ÿฝโ€โ™€๏ธ๐ŸŠ๐Ÿฝ๐ŸŠ๐Ÿฝโ€โ™‚๏ธโ›น๐Ÿฝโ€โ™€๏ธโ›น๐Ÿฝโ›น๐Ÿฝโ€โ™‚๏ธ๐Ÿ‹๐Ÿฝโ€โ™€๏ธ๐Ÿ‹๐Ÿฝ๐Ÿ‹๐Ÿฝโ€โ™‚๏ธ๐Ÿšด๐Ÿฝโ€โ™€๏ธ๐Ÿšด๐Ÿฝ๐Ÿšด๐Ÿฝโ€โ™‚๏ธ๐Ÿšต๐Ÿฝโ€โ™€๏ธ๐Ÿšต๐Ÿฝ๐Ÿšต๐Ÿฝโ€โ™‚๏ธ๐Ÿคธ๐Ÿฝโ€โ™€๏ธ๐Ÿคธ๐Ÿฝ๐Ÿคธ๐Ÿฝโ€โ™‚๏ธ๐Ÿคฝ๐Ÿฝโ€โ™€๏ธ๐Ÿคฝ๐Ÿฝ๐Ÿคฝ๐Ÿฝโ€โ™‚๏ธ๐Ÿคพ๐Ÿฝโ€โ™€๏ธ๐Ÿคพ๐Ÿฝ๐Ÿคพ๐Ÿฝโ€โ™‚๏ธ๐Ÿคน๐Ÿฝโ€โ™€๏ธ๐Ÿคน๐Ÿฝ๐Ÿคน๐Ÿฝโ€โ™‚๏ธ๐Ÿง˜๐Ÿฝโ€โ™€๏ธ๐Ÿง˜๐Ÿฝ๐Ÿง˜๐Ÿฝโ€โ™‚๏ธ๐Ÿ›€๐Ÿฝ๐Ÿ›Œ๐Ÿฝ๐Ÿ‘‹๐Ÿพ๐Ÿคš๐Ÿพ๐Ÿ–๐Ÿพโœ‹๐Ÿพ๐Ÿ––๐Ÿพ๐Ÿ‘Œ๐Ÿพ๐ŸคŒ๐Ÿพ๐Ÿค๐ŸพโœŒ๐Ÿพ๐Ÿคž๐Ÿพ๐Ÿซฐ๐Ÿพ๐ŸคŸ๐Ÿพ๐Ÿค˜๐Ÿพ๐Ÿค™๐Ÿพ๐Ÿซต๐Ÿพ๐Ÿซฑ๐Ÿพ๐Ÿซฒ๐Ÿพ๐Ÿซณ๐Ÿพ๐Ÿซด๐Ÿพ๐Ÿ‘ˆ๐Ÿพ๐Ÿ‘‰๐Ÿพ๐Ÿ‘†๐Ÿพ๐Ÿ–•๐Ÿพ๐Ÿ‘‡๐Ÿพโ˜๐Ÿพ๐Ÿ‘๐Ÿพ๐Ÿ‘Ž๐ŸพโœŠ๐Ÿพ๐Ÿ‘Š๐Ÿพ๐Ÿค›๐Ÿพ๐Ÿคœ๐Ÿพ๐Ÿ‘๐Ÿพ๐Ÿซถ๐Ÿพ๐Ÿ™Œ๐Ÿพ๐Ÿ‘๐Ÿพ๐Ÿคฒ๐Ÿพ๐Ÿ™๐Ÿพโœ๐Ÿพ๐Ÿ’…๐Ÿพ๐Ÿคณ๐Ÿพ๐Ÿ’ช๐Ÿพ๐Ÿฆต๐Ÿพ๐Ÿฆถ๐Ÿพ๐Ÿ‘‚๐Ÿพ๐Ÿฆป๐Ÿพ๐Ÿ‘ƒ๐Ÿพ๐Ÿ‘ถ๐Ÿพ๐Ÿ‘ง๐Ÿพ๐Ÿง’๐Ÿพ๐Ÿ‘ฆ๐Ÿพ๐Ÿ‘ฉ๐Ÿพ๐Ÿง‘๐Ÿพ๐Ÿ‘จ๐Ÿพ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฑ๐Ÿง‘๐Ÿพโ€๐Ÿฆฑ๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฑ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฐ๐Ÿง‘๐Ÿพโ€๐Ÿฆฐ๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฐ๐Ÿ‘ฑ๐Ÿพโ€โ™€๏ธ๐Ÿ‘ฑ๐Ÿพ๐Ÿ‘ฑ๐Ÿพโ€โ™‚๏ธ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆณ๐Ÿง‘๐Ÿพโ€๐Ÿฆณ๐Ÿ‘จ๐Ÿพโ€๐Ÿฆณ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฒ๐Ÿง‘๐Ÿพโ€๐Ÿฆฒ๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฒ๐Ÿง”๐Ÿพโ€โ™€๏ธ๐Ÿง”๐Ÿพ๐Ÿง”๐Ÿพโ€โ™‚๏ธ๐Ÿ‘ต๐Ÿพ๐Ÿง“๐Ÿพ๐Ÿ‘ด๐Ÿพ๐Ÿ‘ฒ๐Ÿพ๐Ÿ‘ณ๐Ÿพโ€โ™€๏ธ๐Ÿ‘ณ๐Ÿพ๐Ÿ‘ณ๐Ÿพโ€โ™‚๏ธ๐Ÿง•๐Ÿพ๐Ÿ‘ฎ๐Ÿพโ€โ™€๏ธ๐Ÿ‘ฎ๐Ÿพ๐Ÿ‘ฎ๐Ÿพโ€โ™‚๏ธ๐Ÿ‘ท๐Ÿพโ€โ™€๏ธ๐Ÿ‘ท๐Ÿพ๐Ÿ‘ท๐Ÿพโ€โ™‚๏ธ๐Ÿ’‚๐Ÿพโ€โ™€๏ธ๐Ÿ’‚๐Ÿพ๐Ÿ’‚๐Ÿพโ€โ™‚๏ธ๐Ÿ•ต๐Ÿพโ€โ™€๏ธ๐Ÿ•ต๐Ÿพ๐Ÿ•ต๐Ÿพโ€โ™‚๏ธ๐Ÿ‘ฉ๐Ÿพโ€โš•๏ธ๐Ÿง‘๐Ÿพโ€โš•๏ธ๐Ÿ‘จ๐Ÿพโ€โš•๏ธ๐Ÿ‘ฉ๐Ÿพโ€๐ŸŒพ๐Ÿง‘๐Ÿพโ€๐ŸŒพ๐Ÿ‘จ๐Ÿพโ€๐ŸŒพ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿณ๐Ÿง‘๐Ÿพโ€๐Ÿณ๐Ÿ‘จ๐Ÿพโ€๐Ÿณ๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽ“๐Ÿง‘๐Ÿพโ€๐ŸŽ“๐Ÿ‘จ๐Ÿพโ€๐ŸŽ“๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽค๐Ÿง‘๐Ÿพโ€๐ŸŽค๐Ÿ‘จ๐Ÿพโ€๐ŸŽค๐Ÿ‘ฉ๐Ÿพโ€๐Ÿซ๐Ÿง‘๐Ÿพโ€๐Ÿซ๐Ÿ‘จ๐Ÿพโ€๐Ÿซ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿญ๐Ÿง‘๐Ÿพโ€๐Ÿญ๐Ÿ‘จ๐Ÿพโ€๐Ÿญ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ป๐Ÿง‘๐Ÿพโ€๐Ÿ’ป๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ผ๐Ÿง‘๐Ÿพโ€๐Ÿ’ผ๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ผ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ง๐Ÿง‘๐Ÿพโ€๐Ÿ”ง๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ง๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ฌ๐Ÿง‘๐Ÿพโ€๐Ÿ”ฌ๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ฌ๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽจ๐Ÿง‘๐Ÿพโ€๐ŸŽจ๐Ÿ‘จ๐Ÿพโ€๐ŸŽจ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš’๐Ÿง‘๐Ÿพโ€๐Ÿš’๐Ÿ‘จ๐Ÿพโ€๐Ÿš’๐Ÿ‘ฉ๐Ÿพโ€โœˆ๏ธ๐Ÿง‘๐Ÿพโ€โœˆ๏ธ๐Ÿ‘จ๐Ÿพโ€โœˆ๏ธ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš€๐Ÿง‘๐Ÿพโ€๐Ÿš€๐Ÿ‘จ๐Ÿพโ€๐Ÿš€๐Ÿ‘ฉ๐Ÿพโ€โš–๏ธ๐Ÿง‘๐Ÿพโ€โš–๏ธ๐Ÿ‘จ๐Ÿพโ€โš–๏ธ๐Ÿ‘ฐ๐Ÿพโ€โ™€๏ธ๐Ÿ‘ฐ๐Ÿพ๐Ÿ‘ฐ๐Ÿพโ€โ™‚๏ธ๐Ÿคต๐Ÿพโ€โ™€๏ธ๐Ÿคต๐Ÿพ๐Ÿคต๐Ÿพโ€โ™‚๏ธ๐Ÿ‘ธ๐Ÿพ๐Ÿซ…๐Ÿพ๐Ÿคด๐Ÿพ๐Ÿฅท๐Ÿพ๐Ÿฆธ๐Ÿพโ€โ™€๏ธ๐Ÿฆธ๐Ÿพ๐Ÿฆธ๐Ÿพโ€โ™‚๏ธ๐Ÿฆน๐Ÿพโ€โ™€๏ธ๐Ÿฆน๐Ÿพ๐Ÿฆน๐Ÿพโ€โ™‚๏ธ๐Ÿคถ๐Ÿพ๐Ÿง‘๐Ÿพโ€๐ŸŽ„๐ŸŽ…๐Ÿพ๐Ÿง™๐Ÿพโ€โ™€๏ธ๐Ÿง™๐Ÿพ๐Ÿง™๐Ÿพโ€โ™‚๏ธ๐Ÿง๐Ÿพโ€โ™€๏ธ๐Ÿง๐Ÿพ๐Ÿง๐Ÿพโ€โ™‚๏ธ๐Ÿง›๐Ÿพโ€โ™€๏ธ๐Ÿง›๐Ÿพ๐Ÿง›๐Ÿพโ€โ™‚๏ธ๐Ÿงœ๐Ÿพโ€โ™€๏ธ๐Ÿงœ๐Ÿพ๐Ÿงœ๐Ÿพโ€โ™‚๏ธ๐Ÿงš๐Ÿพโ€โ™€๏ธ๐Ÿงš๐Ÿพ๐Ÿงš๐Ÿพโ€โ™‚๏ธ๐Ÿ‘ผ๐Ÿพ๐Ÿคฐ๐Ÿพ๐Ÿซ„๐Ÿพ๐Ÿซƒ๐Ÿพ๐Ÿคฑ๐Ÿพ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿผ๐Ÿง‘๐Ÿพโ€๐Ÿผ๐Ÿ‘จ๐Ÿพโ€๐Ÿผ๐Ÿ™‡๐Ÿพโ€โ™€๏ธ๐Ÿ™‡๐Ÿพ๐Ÿ™‡๐Ÿพโ€โ™‚๏ธ๐Ÿ’๐Ÿพโ€โ™€๏ธ๐Ÿ’๐Ÿพ๐Ÿ’๐Ÿพโ€โ™‚๏ธ๐Ÿ™…๐Ÿพโ€โ™€๏ธ๐Ÿ™…๐Ÿพ๐Ÿ™…๐Ÿพโ€โ™‚๏ธ๐Ÿ™†๐Ÿพโ€โ™€๏ธ๐Ÿ™†๐Ÿพ๐Ÿ™†๐Ÿพโ€โ™‚๏ธ๐Ÿ™‹๐Ÿพโ€โ™€๏ธ๐Ÿ™‹๐Ÿพ๐Ÿ™‹๐Ÿพโ€โ™‚๏ธ๐Ÿง๐Ÿพโ€โ™€๏ธ๐Ÿง๐Ÿพ๐Ÿง๐Ÿพโ€โ™‚๏ธ๐Ÿคฆ๐Ÿพโ€โ™€๏ธ๐Ÿคฆ๐Ÿพ๐Ÿคฆ๐Ÿพโ€โ™‚๏ธ๐Ÿคท๐Ÿพโ€โ™€๏ธ๐Ÿคท๐Ÿพ๐Ÿคท๐Ÿพโ€โ™‚๏ธ๐Ÿ™Ž๐Ÿพโ€โ™€๏ธ๐Ÿ™Ž๐Ÿพ๐Ÿ™Ž๐Ÿพโ€โ™‚๏ธ๐Ÿ™๐Ÿพโ€โ™€๏ธ๐Ÿ™๐Ÿพ๐Ÿ™๐Ÿพโ€โ™‚๏ธ๐Ÿ’‡๐Ÿพโ€โ™€๏ธ๐Ÿ’‡๐Ÿพ๐Ÿ’‡๐Ÿพโ€โ™‚๏ธ๐Ÿ’†๐Ÿพโ€โ™€๏ธ๐Ÿ’†๐Ÿพ๐Ÿ’†๐Ÿพโ€โ™‚๏ธ๐Ÿง–๐Ÿพโ€โ™€๏ธ๐Ÿง–๐Ÿพ๐Ÿง–๐Ÿพโ€โ™‚๏ธ๐Ÿ’ƒ๐Ÿพ๐Ÿ•บ๐Ÿพ๐Ÿ•ด๐Ÿฟ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฝ๐Ÿง‘๐Ÿพโ€๐Ÿฆฝ๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฝ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆผ๐Ÿง‘๐Ÿพโ€๐Ÿฆผ๐Ÿ‘จ๐Ÿพโ€๐Ÿฆผ๐Ÿšถ๐Ÿพโ€โ™€๏ธ๐Ÿšถ๐Ÿพ๐Ÿšถ๐Ÿพโ€โ™‚๏ธ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฏ๐Ÿง‘๐Ÿพโ€๐Ÿฆฏ๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฏ๐ŸงŽ๐Ÿพโ€โ™€๏ธ๐ŸงŽ๐Ÿพ๐ŸงŽ๐Ÿพโ€โ™‚๏ธ๐Ÿƒ๐Ÿพโ€โ™€๏ธ๐Ÿƒ๐Ÿพ๐Ÿƒ๐Ÿพโ€โ™‚๏ธ๐Ÿง๐Ÿพโ€โ™€๏ธ๐Ÿง๐Ÿพ๐Ÿง๐Ÿพโ€โ™‚๏ธ๐Ÿ‘ญ๐Ÿพ๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ๐Ÿ‘ฌ๐Ÿพ๐Ÿ‘ซ๐Ÿพ๐Ÿง—๐Ÿพโ€โ™€๏ธ๐Ÿง—๐Ÿพ๐Ÿง—๐Ÿพโ€โ™‚๏ธ๐Ÿ‡๐Ÿพ๐Ÿ‚๐Ÿพ๐ŸŒ๐Ÿพโ€โ™€๏ธ๐ŸŒ๐Ÿพ๐ŸŒ๐Ÿพโ€โ™‚๏ธ๐Ÿ„๐Ÿพโ€โ™€๏ธ๐Ÿ„๐Ÿพ๐Ÿ„๐Ÿพโ€โ™‚๏ธ๐Ÿšฃ๐Ÿพโ€โ™€๏ธ๐Ÿšฃ๐Ÿพ๐Ÿšฃ๐Ÿพโ€โ™‚๏ธ๐ŸŠ๐Ÿพโ€โ™€๏ธ๐ŸŠ๐Ÿพ๐ŸŠ๐Ÿพโ€โ™‚๏ธโ›น๐Ÿพโ€โ™€๏ธโ›น๐Ÿพโ›น๐Ÿพโ€โ™‚๏ธ๐Ÿ‹๐Ÿพโ€โ™€๏ธ๐Ÿ‹๐Ÿพ๐Ÿ‹๐Ÿพโ€โ™‚๏ธ๐Ÿšด๐Ÿพโ€โ™€๏ธ๐Ÿšด๐Ÿพ๐Ÿšด๐Ÿพโ€โ™‚๏ธ๐Ÿšต๐Ÿพโ€โ™€๏ธ๐Ÿšต๐Ÿพ๐Ÿšต๐Ÿพโ€โ™‚๏ธ๐Ÿคธ๐Ÿพโ€โ™€๏ธ๐Ÿคธ๐Ÿพ๐Ÿคธ๐Ÿพโ€โ™‚๏ธ๐Ÿคฝ๐Ÿพโ€โ™€๏ธ๐Ÿคฝ๐Ÿพ๐Ÿคฝ๐Ÿพโ€โ™‚๏ธ๐Ÿคพ๐Ÿพโ€โ™€๏ธ๐Ÿคพ๐Ÿพ๐Ÿคพ๐Ÿพโ€โ™‚๏ธ๐Ÿคน๐Ÿพโ€โ™€๏ธ๐Ÿคน๐Ÿพ๐Ÿคน๐Ÿพโ€โ™‚๏ธ๐Ÿง˜๐Ÿพโ€โ™€๏ธ๐Ÿง˜๐Ÿพ๐Ÿง˜๐Ÿพโ€โ™‚๏ธ๐Ÿ›€๐Ÿพ๐Ÿ›Œ๐Ÿพ๐Ÿ‘‹๐Ÿฟ๐Ÿคš๐Ÿฟ๐Ÿ–๐Ÿฟโœ‹๐Ÿฟ๐Ÿ––๐Ÿฟ๐Ÿ‘Œ๐Ÿฟ๐ŸคŒ๐Ÿฟ๐Ÿค๐ŸฟโœŒ๐Ÿฟ๐Ÿคž๐Ÿฟ๐Ÿซฐ๐Ÿฟ๐ŸคŸ๐Ÿฟ๐Ÿค˜๐Ÿฟ๐Ÿค™๐Ÿฟ๐Ÿซต๐Ÿฟ๐Ÿซฑ๐Ÿฟ๐Ÿซฒ๐Ÿฟ๐Ÿซณ๐Ÿฟ๐Ÿซด๐Ÿฟ๐Ÿ‘ˆ๐Ÿฟ๐Ÿ‘‰๐Ÿฟ๐Ÿ‘†๐Ÿฟ๐Ÿ–•๐Ÿฟ๐Ÿ‘‡๐Ÿฟโ˜๐Ÿฟ๐Ÿ‘๐Ÿฟ๐Ÿ‘Ž๐ŸฟโœŠ๐Ÿฟ๐Ÿ‘Š๐Ÿฟ๐Ÿค›๐Ÿฟ๐Ÿคœ๐Ÿฟ๐Ÿ‘๐Ÿฟ๐Ÿซถ๐Ÿฟ๐Ÿ™Œ๐Ÿฟ๐Ÿ‘๐Ÿฟ๐Ÿคฒ๐Ÿฟ๐Ÿ™๐Ÿฟโœ๐Ÿฟ๐Ÿ’…๐Ÿฟ๐Ÿคณ๐Ÿฟ๐Ÿ’ช๐Ÿฟ๐Ÿฆต๐Ÿฟ๐Ÿฆถ๐Ÿฟ๐Ÿ‘‚๐Ÿฟ๐Ÿฆป๐Ÿฟ๐Ÿ‘ƒ๐Ÿฟ๐Ÿ‘ถ๐Ÿฟ๐Ÿ‘ง๐Ÿฟ๐Ÿง’๐Ÿฟ๐Ÿ‘ฆ๐Ÿฟ๐Ÿ‘ฉ๐Ÿฟ๐Ÿง‘๐Ÿฟ๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฑ๐Ÿง‘๐Ÿฟโ€๐Ÿฆฑ๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฑ๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฐ๐Ÿง‘๐Ÿฟโ€๐Ÿฆฐ๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฐ๐Ÿ‘ฑ๐Ÿฟโ€โ™€๏ธ๐Ÿ‘ฑ๐Ÿฟ๐Ÿ‘ฑ๐Ÿฟโ€โ™‚๏ธ๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆณ๐Ÿง‘๐Ÿฟโ€๐Ÿฆณ๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆณ๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฒ๐Ÿง‘๐Ÿฟโ€๐Ÿฆฒ๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฒ๐Ÿง”๐Ÿฟโ€โ™€๏ธ๐Ÿง”๐Ÿฟ๐Ÿง”๐Ÿฟโ€โ™‚๏ธ๐Ÿ‘ต๐Ÿฟ๐Ÿง“๐Ÿฟ๐Ÿ‘ด๐Ÿฟ๐Ÿ‘ฒ๐Ÿฟ๐Ÿ‘ณ๐Ÿฟโ€โ™€๏ธ๐Ÿ‘ณ๐Ÿฟ๐Ÿ‘ณ๐Ÿฟโ€โ™‚๏ธ๐Ÿง•๐Ÿฟ๐Ÿ‘ฎ๐Ÿฟโ€โ™€๏ธ๐Ÿ‘ฎ๐Ÿฟ๐Ÿ‘ฎ๐Ÿฟโ€โ™‚๏ธ๐Ÿ‘ท๐Ÿฟโ€โ™€๏ธ๐Ÿ‘ท๐Ÿฟ๐Ÿ‘ท๐Ÿฟโ€โ™‚๏ธ๐Ÿ’‚๐Ÿฟโ€โ™€๏ธ๐Ÿ’‚๐Ÿฟ๐Ÿ’‚๐Ÿฟโ€โ™‚๏ธ๐Ÿ•ต๐Ÿฟโ€โ™€๏ธ๐Ÿ•ต๐Ÿฟ๐Ÿ•ต๐Ÿฟโ€โ™‚๏ธ๐Ÿ‘ฉ๐Ÿฟโ€โš•๏ธ๐Ÿง‘๐Ÿฟโ€โš•๏ธ๐Ÿ‘จ๐Ÿฟโ€โš•๏ธ๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŒพ๐Ÿง‘๐Ÿฟโ€๐ŸŒพ๐Ÿ‘จ๐Ÿฟโ€๐ŸŒพ๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿณ๐Ÿง‘๐Ÿฟโ€๐Ÿณ๐Ÿ‘จ๐Ÿฟโ€๐Ÿณ๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽ“๐Ÿง‘๐Ÿฟโ€๐ŸŽ“๐Ÿ‘จ๐Ÿฟโ€๐ŸŽ“๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽค๐Ÿง‘๐Ÿฟโ€๐ŸŽค๐Ÿ‘จ๐Ÿฟโ€๐ŸŽค๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿซ๐Ÿง‘๐Ÿฟโ€๐Ÿซ๐Ÿ‘จ๐Ÿฟโ€๐Ÿซ๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿญ๐Ÿง‘๐Ÿฟโ€๐Ÿญ๐Ÿ‘จ๐Ÿฟโ€๐Ÿญ๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ป๐Ÿง‘๐Ÿฟโ€๐Ÿ’ป๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ป๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ผ๐Ÿง‘๐Ÿฟโ€๐Ÿ’ผ๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ผ๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ง๐Ÿง‘๐Ÿฟโ€๐Ÿ”ง๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ง๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ฌ๐Ÿง‘๐Ÿฟโ€๐Ÿ”ฌ๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ฌ๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽจ๐Ÿง‘๐Ÿฟโ€๐ŸŽจ๐Ÿ‘จ๐Ÿฟโ€๐ŸŽจ๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš’๐Ÿง‘๐Ÿฟโ€๐Ÿš’๐Ÿ‘จ๐Ÿฟโ€๐Ÿš’๐Ÿ‘ฉ๐Ÿฟโ€โœˆ๏ธ๐Ÿง‘๐Ÿฟโ€โœˆ๏ธ๐Ÿ‘จ๐Ÿฟโ€โœˆ๏ธ๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš€๐Ÿง‘๐Ÿฟโ€๐Ÿš€๐Ÿ‘จ๐Ÿฟโ€๐Ÿš€๐Ÿ‘ฉ๐Ÿฟโ€โš–๏ธ๐Ÿง‘๐Ÿฟโ€โš–๏ธ๐Ÿ‘จ๐Ÿฟโ€โš–๏ธ๐Ÿ‘ฐ๐Ÿฟโ€โ™€๏ธ๐Ÿ‘ฐ๐Ÿฟ๐Ÿ‘ฐ๐Ÿฟโ€โ™‚๏ธ๐Ÿคต๐Ÿฟโ€โ™€๏ธ๐Ÿคต๐Ÿฟ๐Ÿคต๐Ÿฟโ€โ™‚๏ธ๐Ÿ‘ธ๐Ÿฟ๐Ÿซ…๐Ÿฟ๐Ÿคด๐Ÿฟ๐Ÿฅท๐Ÿฟ๐Ÿฆธ๐Ÿฟโ€โ™€๏ธ๐Ÿฆธ๐Ÿฟ๐Ÿฆธ๐Ÿฟโ€โ™‚๏ธ๐Ÿฆน๐Ÿฟโ€โ™€๏ธ๐Ÿฆน๐Ÿฟ๐Ÿฆน๐Ÿฟโ€โ™‚๏ธ๐Ÿคถ๐Ÿฟ๐Ÿง‘๐Ÿฟโ€๐ŸŽ„๐ŸŽ…๐Ÿฟ๐Ÿง™๐Ÿฟโ€โ™€๏ธ๐Ÿง™๐Ÿฟ๐Ÿง™๐Ÿฟโ€โ™‚๏ธ๐Ÿง๐Ÿฟโ€โ™€๏ธ๐Ÿง๐Ÿฟ๐Ÿง๐Ÿฟโ€โ™‚๏ธ๐Ÿง›๐Ÿฟโ€โ™€๏ธ๐Ÿง›๐Ÿฟ๐Ÿง›๐Ÿฟโ€โ™‚๏ธ๐Ÿงœ๐Ÿฟโ€โ™€๏ธ๐Ÿงœ๐Ÿฟ๐Ÿงœ๐Ÿฟโ€โ™‚๏ธ๐Ÿงš๐Ÿฟโ€โ™€๏ธ๐Ÿงš๐Ÿฟ๐Ÿงš๐Ÿฟโ€โ™‚๏ธ๐Ÿ‘ผ๐Ÿฟ๐Ÿคฐ๐Ÿฟ๐Ÿซ„๐Ÿฟ๐Ÿซƒ๐Ÿฟ๐Ÿคฑ๐Ÿฟ๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿผ๐Ÿง‘๐Ÿฟโ€๐Ÿผ๐Ÿ‘จ๐Ÿฟโ€๐Ÿผ๐Ÿ™‡๐Ÿฟโ€โ™€๏ธ๐Ÿ™‡๐Ÿฟ๐Ÿ™‡๐Ÿฟโ€โ™‚๏ธ๐Ÿ’๐Ÿฟโ€โ™€๏ธ๐Ÿ’๐Ÿฟ๐Ÿ’๐Ÿฟโ€โ™‚๏ธ๐Ÿ™…๐Ÿฟโ€โ™€๏ธ๐Ÿ™…๐Ÿฟ๐Ÿ™…๐Ÿฟโ€โ™‚๏ธ๐Ÿ™†๐Ÿฟโ€โ™€๏ธ๐Ÿ™†๐Ÿฟ๐Ÿ™†๐Ÿฟโ€โ™‚๏ธ๐Ÿ™‹๐Ÿฟโ€โ™€๏ธ๐Ÿ™‹๐Ÿฟ๐Ÿ™‹๐Ÿฟโ€โ™‚๏ธ๐Ÿง๐Ÿฟโ€โ™€๏ธ๐Ÿง๐Ÿฟ๐Ÿง๐Ÿฟโ€โ™‚๏ธ๐Ÿคฆ๐Ÿฟโ€โ™€๏ธ๐Ÿคฆ๐Ÿฟ๐Ÿคฆ๐Ÿฟโ€โ™‚๏ธ๐Ÿคท๐Ÿฟโ€โ™€๏ธ๐Ÿคท๐Ÿฟ๐Ÿคท๐Ÿฟโ€โ™‚๏ธ๐Ÿ™Ž๐Ÿฟโ€โ™€๏ธ๐Ÿ™Ž๐Ÿฟ๐Ÿ™Ž๐Ÿฟโ€โ™‚๏ธ๐Ÿ™๐Ÿฟโ€โ™€๏ธ๐Ÿ™๐Ÿฟ๐Ÿ™๐Ÿฟโ€โ™‚๏ธ๐Ÿ’‡๐Ÿฟโ€โ™€๏ธ๐Ÿ’‡๐Ÿฟ๐Ÿ’‡๐Ÿฟโ€โ™‚๏ธ๐Ÿ’†๐Ÿฟโ€โ™€๏ธ๐Ÿ’†๐Ÿฟ๐Ÿ’†๐Ÿฟโ€โ™‚๏ธ๐Ÿง–๐Ÿฟโ€โ™€๏ธ๐Ÿง–๐Ÿฟ๐Ÿง–๐Ÿฟโ€โ™‚๏ธ๐Ÿ’ƒ๐Ÿฟ๐Ÿ•บ๐Ÿฟ๐Ÿ•ด๐Ÿฟ๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฝ๐Ÿง‘๐Ÿฟโ€๐Ÿฆฝ๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฝ๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆผ๐Ÿง‘๐Ÿฟโ€๐Ÿฆผ๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆผ๐Ÿšถ๐Ÿฟโ€โ™€๏ธ๐Ÿšถ๐Ÿฟ๐Ÿšถ๐Ÿฟโ€โ™‚๏ธ๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฏ๐Ÿง‘๐Ÿฟโ€๐Ÿฆฏ๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฏ๐ŸงŽ๐Ÿฟโ€โ™€๏ธ๐ŸงŽ๐Ÿฟ๐ŸงŽ๐Ÿฟโ€โ™‚๏ธ๐Ÿƒ๐Ÿฟโ€โ™€๏ธ๐Ÿƒ๐Ÿฟ๐Ÿƒ๐Ÿฟโ€โ™‚๏ธ๐Ÿง๐Ÿฟโ€โ™€๏ธ๐Ÿง๐Ÿฟ๐Ÿง๐Ÿฟโ€โ™‚๏ธ๐Ÿ‘ญ๐Ÿฟ๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ๐Ÿ‘ฌ๐Ÿฟ๐Ÿ‘ซ๐Ÿฟ๐Ÿง—๐Ÿฟโ€โ™€๏ธ๐Ÿง—๐Ÿฟ๐Ÿง—๐Ÿฟโ€โ™‚๏ธ๐Ÿ‡๐Ÿฟ๐Ÿ‚๐Ÿฟ๐ŸŒ๐Ÿฟโ€โ™€๏ธ๐ŸŒ๐Ÿฟ๐ŸŒ๐Ÿฟโ€โ™‚๏ธ๐Ÿ„๐Ÿฟโ€โ™€๏ธ๐Ÿ„๐Ÿฟ๐Ÿ„๐Ÿฟโ€โ™‚๏ธ๐Ÿšฃ๐Ÿฟโ€โ™€๏ธ๐Ÿšฃ๐Ÿฟ๐Ÿšฃ๐Ÿฟโ€โ™‚๏ธ๐ŸŠ๐Ÿฟโ€โ™€๏ธ๐ŸŠ๐Ÿฟ๐ŸŠ๐Ÿฟโ€โ™‚๏ธโ›น๐Ÿฟโ€โ™€๏ธโ›น๐Ÿฟโ›น๐Ÿฟโ€โ™‚๏ธ๐Ÿ‹๐Ÿฟโ€โ™€๏ธ๐Ÿ‹๐Ÿฟ๐Ÿ‹๐Ÿฟโ€โ™‚๏ธ๐Ÿšด๐Ÿฟโ€โ™€๏ธ๐Ÿšด๐Ÿฟ๐Ÿšด๐Ÿฟโ€โ™‚๏ธ๐Ÿšต๐Ÿฟโ€โ™€๏ธ๐Ÿšต๐Ÿฟ๐Ÿšต๐Ÿฟโ€โ™‚๏ธ๐Ÿคธ๐Ÿฟโ€โ™€๏ธ๐Ÿคธ๐Ÿฟ๐Ÿคธ๐Ÿฟโ€โ™‚๏ธ๐Ÿคฝ๐Ÿฟโ€โ™€๏ธ๐Ÿคฝ๐Ÿฟ๐Ÿคฝ๐Ÿฟโ€โ™‚๏ธ๐Ÿคพ๐Ÿฟโ€โ™€๏ธ๐Ÿคพ๐Ÿฟ๐Ÿคพ๐Ÿฟโ€โ™‚๏ธ๐Ÿคน๐Ÿฟโ€โ™€๏ธ๐Ÿคน๐Ÿฟ๐Ÿคน๐Ÿฟโ€โ™‚๏ธ๐Ÿง˜๐Ÿฟโ€โ™€๏ธ๐Ÿง˜๐Ÿฟ๐Ÿง˜๐Ÿฟโ€โ™‚๏ธ๐Ÿ›€๐Ÿฟ๐Ÿ›Œ๐Ÿฟ๐Ÿถ๐Ÿฑ๐Ÿญ๐Ÿน๐Ÿฐ๐ŸฆŠ๐Ÿป๐Ÿผ๐Ÿปโ€โ„๏ธ๐Ÿจ๐Ÿฏ๐Ÿฆ๐Ÿฎ๐Ÿท๐Ÿฝ๐Ÿธ๐Ÿต๐Ÿ™ˆ๐Ÿ™‰๐Ÿ™Š๐Ÿ’๐Ÿ”๐Ÿง๐Ÿฆ๐Ÿค๐Ÿฃ๐Ÿฅ๐Ÿฆ†๐Ÿฆ…๐Ÿฆ‰๐Ÿฆ‡๐Ÿบ๐Ÿ—๐Ÿด๐Ÿฆ„๐Ÿ๐Ÿชฑ๐Ÿ›๐Ÿฆ‹๐ŸŒ๐Ÿž๐Ÿœ๐Ÿชฐ๐Ÿชฒ๐Ÿชณ๐ŸฆŸ๐Ÿฆ—๐Ÿ•ท๐Ÿ•ธ๐Ÿฆ‚๐Ÿข๐Ÿ๐ŸฆŽ๐Ÿฆ–๐Ÿฆ•๐Ÿ™๐Ÿฆ‘๐Ÿฆ๐Ÿฆž๐Ÿฆ€๐Ÿชธ๐Ÿก๐Ÿ ๐ŸŸ๐Ÿฌ๐Ÿณ๐Ÿ‹๐Ÿฆˆ๐ŸŠ๐Ÿ…๐Ÿ†๐Ÿฆ“๐Ÿฆ๐Ÿฆง๐Ÿฆฃ๐Ÿ˜๐Ÿฆ›๐Ÿฆ๐Ÿช๐Ÿซ๐Ÿฆ’๐Ÿฆ˜๐Ÿฆฌ๐Ÿƒ๐Ÿ‚๐Ÿ„๐ŸŽ๐Ÿ–๐Ÿ๐Ÿ‘๐Ÿฆ™๐Ÿ๐ŸฆŒ๐Ÿ•๐Ÿฉ๐Ÿฆฎ๐Ÿ•โ€๐Ÿฆบ๐Ÿˆ๐Ÿˆโ€โฌ›๐Ÿชถ๐Ÿ“๐Ÿฆƒ๐Ÿฆค๐Ÿฆš๐Ÿฆœ๐Ÿฆข๐Ÿฆฉ๐Ÿ•Š๐Ÿ‡๐Ÿฆ๐Ÿฆจ๐Ÿฆก๐Ÿฆซ๐Ÿฆฆ๐Ÿฆฅ๐Ÿ๐Ÿ€๐Ÿฟ๐Ÿฆ”๐Ÿพ๐Ÿ‰๐Ÿฒ๐ŸŒต๐ŸŽ„๐ŸŒฒ๐ŸŒณ๐ŸŒด๐Ÿชน๐Ÿชบ๐Ÿชต๐ŸŒฑ๐ŸŒฟโ˜˜๏ธ๐Ÿ€๐ŸŽ๐Ÿชด๐ŸŽ‹๐Ÿƒ๐Ÿ‚๐Ÿ๐Ÿ„๐Ÿš๐Ÿชจ๐ŸŒพ๐Ÿ’๐ŸŒท๐Ÿชท๐ŸŒน๐Ÿฅ€๐ŸŒบ๐ŸŒธ๐ŸŒผ๐ŸŒป๐ŸŒž๐ŸŒ๐ŸŒ›๐ŸŒœ๐ŸŒš๐ŸŒ•๐ŸŒ–๐ŸŒ—๐ŸŒ˜๐ŸŒ‘๐ŸŒ’๐ŸŒ“๐ŸŒ”๐ŸŒ™๐ŸŒŽ๐ŸŒ๐ŸŒ๐Ÿช๐Ÿ’ซโญ๏ธ๐ŸŒŸโœจโšก๏ธโ˜„๏ธ๐Ÿ’ฅ๐Ÿ”ฅ๐ŸŒช๐ŸŒˆโ˜€๏ธ๐ŸŒคโ›…๏ธ๐ŸŒฅโ˜๏ธ๐ŸŒฆ๐ŸŒงโ›ˆ๐ŸŒฉ๐ŸŒจโ„๏ธโ˜ƒ๏ธโ›„๏ธ๐ŸŒฌ๐Ÿ’จ๐Ÿ’ง๐Ÿ’ฆ๐Ÿซงโ˜”๏ธโ˜‚๏ธ๐ŸŒŠ๐ŸŒซ๐Ÿ๐ŸŽ๐Ÿ๐ŸŠ๐Ÿ‹๐ŸŒ๐Ÿ‰๐Ÿ‡๐Ÿ“๐Ÿซ๐Ÿˆ๐Ÿ’๐Ÿ‘๐Ÿฅญ๐Ÿ๐Ÿฅฅ๐Ÿฅ๐Ÿ…๐Ÿ†๐Ÿฅ‘๐Ÿฅฆ๐Ÿฅฌ๐Ÿฅ’๐ŸŒถ๐Ÿซ‘๐ŸŒฝ๐Ÿฅ•๐Ÿซ’๐Ÿง„๐Ÿง…๐Ÿฅ”๐Ÿ ๐Ÿซ˜๐Ÿฅ๐Ÿฅฏ๐Ÿž๐Ÿฅ–๐Ÿฅจ๐Ÿง€๐Ÿฅš๐Ÿณ๐Ÿงˆ๐Ÿฅž๐Ÿง‡๐Ÿฅ“๐Ÿฅฉ๐Ÿ—๐Ÿ–๐Ÿฆด๐ŸŒญ๐Ÿ”๐ŸŸ๐Ÿ•๐Ÿซ“๐Ÿฅช๐Ÿฅ™๐Ÿง†๐ŸŒฎ๐ŸŒฏ๐Ÿซ”๐Ÿฅ—๐Ÿฅ˜๐Ÿซ•๐Ÿฅซ๐Ÿ๐Ÿœ๐Ÿฒ๐Ÿ›๐Ÿฃ๐Ÿฑ๐ŸฅŸ๐Ÿฆช๐Ÿค๐Ÿ™๐Ÿš๐Ÿ˜๐Ÿฅ๐Ÿฅ ๐Ÿฅฎ๐Ÿข๐Ÿก๐Ÿง๐Ÿจ๐Ÿฆ๐Ÿฅง๐Ÿง๐Ÿฐ๐ŸŽ‚๐Ÿฎ๐Ÿญ๐Ÿฌ๐Ÿซ๐Ÿฟ๐Ÿฉ๐Ÿช๐ŸŒฐ๐Ÿฅœ๐Ÿฏ๐Ÿฅ›๐Ÿผ๐Ÿซ–โ˜•๏ธ๐Ÿต๐Ÿงƒ๐Ÿฅค๐Ÿง‹๐Ÿซ™๐Ÿถ๐Ÿบ๐Ÿป๐Ÿฅ‚๐Ÿท๐Ÿซ—๐Ÿฅƒ๐Ÿธ๐Ÿน๐Ÿง‰๐Ÿพ๐ŸงŠ๐Ÿฅ„๐Ÿด๐Ÿฝ๐Ÿฅฃ๐Ÿฅก๐Ÿฅข๐Ÿง‚โšฝ๏ธ๐Ÿ€๐Ÿˆโšพ๏ธ๐ŸฅŽ๐ŸŽพ๐Ÿ๐Ÿ‰๐Ÿฅ๐ŸŽฑ๐Ÿช€๐Ÿ“๐Ÿธ๐Ÿ’๐Ÿ‘๐Ÿฅ๐Ÿ๐Ÿชƒ๐Ÿฅ…โ›ณ๏ธ๐Ÿช๐Ÿน๐ŸŽฃ๐Ÿคฟ๐ŸฅŠ๐Ÿฅ‹๐ŸŽฝ๐Ÿ›น๐Ÿ›ผ๐Ÿ›ทโ›ธ๐ŸฅŒ๐ŸŽฟโ›ท๐Ÿ‚๐Ÿช‚๐Ÿ‹๏ธโ€โ™€๏ธ๐Ÿ‹๏ธ๐Ÿ‹๏ธโ€โ™‚๏ธ๐Ÿคผโ€โ™€๏ธ๐Ÿคผ๐Ÿคผโ€โ™‚๏ธ๐Ÿคธโ€โ™€๏ธ๐Ÿคธ๐Ÿคธโ€โ™‚๏ธโ›น๏ธโ€โ™€๏ธโ›น๏ธโ›น๏ธโ€โ™‚๏ธ๐Ÿคบ๐Ÿคพโ€โ™€๏ธ๐Ÿคพ๐Ÿคพโ€โ™‚๏ธ๐ŸŒ๏ธโ€โ™€๏ธ๐ŸŒ๏ธ๐ŸŒ๏ธโ€โ™‚๏ธ๐Ÿ‡๐Ÿง˜โ€โ™€๏ธ๐Ÿง˜๐Ÿง˜โ€โ™‚๏ธ๐Ÿ„โ€โ™€๏ธ๐Ÿ„๐Ÿ„โ€โ™‚๏ธ๐ŸŠโ€โ™€๏ธ๐ŸŠ๐ŸŠโ€โ™‚๏ธ๐Ÿคฝโ€โ™€๏ธ๐Ÿคฝ๐Ÿคฝโ€โ™‚๏ธ๐Ÿšฃโ€โ™€๏ธ๐Ÿšฃ๐Ÿšฃโ€โ™‚๏ธ๐Ÿง—โ€โ™€๏ธ๐Ÿง—๐Ÿง—โ€โ™‚๏ธ๐Ÿšตโ€โ™€๏ธ๐Ÿšต๐Ÿšตโ€โ™‚๏ธ๐Ÿšดโ€โ™€๏ธ๐Ÿšด๐Ÿšดโ€โ™‚๏ธ๐Ÿ†๐Ÿฅ‡๐Ÿฅˆ๐Ÿฅ‰๐Ÿ…๐ŸŽ–๐Ÿต๐ŸŽ—๐ŸŽซ๐ŸŽŸ๐ŸŽช๐Ÿคน๐Ÿคนโ€โ™‚๏ธ๐Ÿคนโ€โ™€๏ธ๐ŸŽญ๐Ÿฉฐ๐ŸŽจ๐ŸŽฌ๐ŸŽค๐ŸŽง๐ŸŽผ๐ŸŽน๐Ÿฅ๐Ÿช˜๐ŸŽท๐ŸŽบ๐Ÿช—๐ŸŽธ๐Ÿช•๐ŸŽป๐ŸŽฒโ™Ÿ๐ŸŽฏ๐ŸŽณ๐ŸŽฎ๐ŸŽฐ๐Ÿงฉ๐Ÿš—๐Ÿš•๐Ÿš™๐ŸšŒ๐ŸšŽ๐ŸŽ๐Ÿš“๐Ÿš‘๐Ÿš’๐Ÿš๐Ÿ›ป๐Ÿšš๐Ÿš›๐Ÿšœ๐Ÿฆฏ๐Ÿฆฝ๐Ÿฆผ๐Ÿ›ด๐Ÿšฒ๐Ÿ›ต๐Ÿ๐Ÿ›บ๐Ÿšจ๐Ÿš”๐Ÿš๐Ÿš˜๐Ÿš–๐Ÿ›ž๐Ÿšก๐Ÿš ๐ŸšŸ๐Ÿšƒ๐Ÿš‹๐Ÿšž๐Ÿš๐Ÿš„๐Ÿš…๐Ÿšˆ๐Ÿš‚๐Ÿš†๐Ÿš‡๐ŸšŠ๐Ÿš‰โœˆ๏ธ๐Ÿ›ซ๐Ÿ›ฌ๐Ÿ›ฉ๐Ÿ’บ๐Ÿ›ฐ๐Ÿš€๐Ÿ›ธ๐Ÿš๐Ÿ›ถโ›ต๏ธ๐Ÿšค๐Ÿ›ฅ๐Ÿ›ณโ›ด๐Ÿšขโš“๏ธ๐Ÿ›Ÿ๐Ÿชโ›ฝ๏ธ๐Ÿšง๐Ÿšฆ๐Ÿšฅ๐Ÿš๐Ÿ—บ๐Ÿ—ฟ๐Ÿ—ฝ๐Ÿ—ผ๐Ÿฐ๐Ÿฏ๐ŸŸ๐ŸŽก๐ŸŽข๐Ÿ›๐ŸŽ โ›ฒ๏ธโ›ฑ๐Ÿ–๐Ÿ๐Ÿœ๐ŸŒ‹โ›ฐ๐Ÿ”๐Ÿ—ป๐Ÿ•โ›บ๏ธ๐Ÿ›–๐Ÿ ๐Ÿก๐Ÿ˜๐Ÿš๐Ÿ—๐Ÿญ๐Ÿข๐Ÿฌ๐Ÿฃ๐Ÿค๐Ÿฅ๐Ÿฆ๐Ÿจ๐Ÿช๐Ÿซ๐Ÿฉ๐Ÿ’’๐Ÿ›โ›ช๏ธ๐Ÿ•Œ๐Ÿ•๐Ÿ›•๐Ÿ•‹โ›ฉ๐Ÿ›ค๐Ÿ›ฃ๐Ÿ—พ๐ŸŽ‘๐Ÿž๐ŸŒ…๐ŸŒ„๐ŸŒ ๐ŸŽ‡๐ŸŽ†๐ŸŒ‡๐ŸŒ†๐Ÿ™๐ŸŒƒ๐ŸŒŒ๐ŸŒ‰๐ŸŒโŒš๏ธ๐Ÿ“ฑ๐Ÿ“ฒ๐Ÿ’ปโŒจ๏ธ๐Ÿ–ฅ๐Ÿ–จ๐Ÿ–ฑ๐Ÿ–ฒ๐Ÿ•น๐Ÿ—œ๐Ÿ’ฝ๐Ÿ’พ๐Ÿ’ฟ๐Ÿ“€๐Ÿ“ผ๐Ÿ“ท๐Ÿ“ธ๐Ÿ“น๐ŸŽฅ๐Ÿ“ฝ๐ŸŽž๐Ÿ“žโ˜Ž๏ธ๐Ÿ“Ÿ๐Ÿ“ ๐Ÿ“บ๐Ÿ“ป๐ŸŽ™๐ŸŽš๐ŸŽ›๐Ÿงญโฑโฒโฐ๐Ÿ•ฐโŒ›๏ธโณ๐Ÿ“ก๐Ÿ”‹๐Ÿชซ๐Ÿ”Œ๐Ÿ’ก๐Ÿ”ฆ๐Ÿ•ฏ๐Ÿช”๐Ÿงฏ๐Ÿ›ข๐Ÿ’ธ๐Ÿ’ต๐Ÿ’ด๐Ÿ’ถ๐Ÿ’ท๐Ÿช™๐Ÿ’ฐ๐Ÿ’ณ๐Ÿ’Žโš–๏ธ๐Ÿชœ๐Ÿงฐ๐Ÿช›๐Ÿ”ง๐Ÿ”จโš’๐Ÿ› โ›๐Ÿชš๐Ÿ”ฉโš™๏ธ๐Ÿชค๐Ÿงฑโ›“๐Ÿงฒ๐Ÿ”ซ๐Ÿ’ฃ๐Ÿงจ๐Ÿช“๐Ÿ”ช๐Ÿ—กโš”๏ธ๐Ÿ›ก๐Ÿšฌโšฐ๏ธ๐Ÿชฆโšฑ๏ธ๐Ÿบ๐Ÿ”ฎ๐Ÿ“ฟ๐Ÿงฟ๐Ÿชฌ๐Ÿ’ˆโš—๏ธ๐Ÿ”ญ๐Ÿ”ฌ๐Ÿ•ณ๐Ÿฉน๐Ÿฉบ๐Ÿฉป๐Ÿฉผ๐Ÿ’Š๐Ÿ’‰๐Ÿฉธ๐Ÿงฌ๐Ÿฆ ๐Ÿงซ๐Ÿงช๐ŸŒก๐Ÿงน๐Ÿช ๐Ÿงบ๐Ÿงป๐Ÿšฝ๐Ÿšฐ๐Ÿšฟ๐Ÿ›๐Ÿ›€๐Ÿงผ๐Ÿชฅ๐Ÿช’๐Ÿงฝ๐Ÿชฃ๐Ÿงด๐Ÿ›Ž๐Ÿ”‘๐Ÿ—๐Ÿšช๐Ÿช‘๐Ÿ›‹๐Ÿ›๐Ÿ›Œ๐Ÿงธ๐Ÿช†๐Ÿ–ผ๐Ÿชž๐ŸชŸ๐Ÿ›๐Ÿ›’๐ŸŽ๐ŸŽˆ๐ŸŽ๐ŸŽ€๐Ÿช„๐Ÿช…๐ŸŽŠ๐ŸŽ‰๐Ÿชฉ๐ŸŽŽ๐Ÿฎ๐ŸŽ๐Ÿงงโœ‰๏ธ๐Ÿ“ฉ๐Ÿ“จ๐Ÿ“ง๐Ÿ’Œ๐Ÿ“ฅ๐Ÿ“ค๐Ÿ“ฆ๐Ÿท๐Ÿชง๐Ÿ“ช๐Ÿ“ซ๐Ÿ“ฌ๐Ÿ“ญ๐Ÿ“ฎ๐Ÿ“ฏ๐Ÿ“œ๐Ÿ“ƒ๐Ÿ“„๐Ÿ“‘๐Ÿงพ๐Ÿ“Š๐Ÿ“ˆ๐Ÿ“‰๐Ÿ—’๐Ÿ—“๐Ÿ“†๐Ÿ“…๐Ÿ—‘๐Ÿชช๐Ÿ“‡๐Ÿ—ƒ๐Ÿ—ณ๐Ÿ—„๐Ÿ“‹๐Ÿ“๐Ÿ“‚๐Ÿ—‚๐Ÿ—ž๐Ÿ“ฐ๐Ÿ““๐Ÿ“”๐Ÿ“’๐Ÿ“•๐Ÿ“—๐Ÿ“˜๐Ÿ“™๐Ÿ“š๐Ÿ“–๐Ÿ”–๐Ÿงท๐Ÿ”—๐Ÿ“Ž๐Ÿ–‡๐Ÿ“๐Ÿ“๐Ÿงฎ๐Ÿ“Œ๐Ÿ“โœ‚๏ธ๐Ÿ–Š๐Ÿ–‹โœ’๏ธ๐Ÿ–Œ๐Ÿ–๐Ÿ“โœ๏ธ๐Ÿ”๐Ÿ”Ž๐Ÿ”๐Ÿ”๐Ÿ”’๐Ÿ”“โค๏ธ๐Ÿงก๐Ÿ’›๐Ÿ’š๐Ÿ’™๐Ÿ’œ๐Ÿ–ค๐Ÿค๐ŸคŽโค๏ธโ€๐Ÿ”ฅโค๏ธโ€๐Ÿฉน๐Ÿ’”โฃ๏ธ๐Ÿ’•๐Ÿ’ž๐Ÿ’“๐Ÿ’—๐Ÿ’–๐Ÿ’˜๐Ÿ’๐Ÿ’Ÿโ˜ฎ๏ธโœ๏ธโ˜ช๏ธ๐Ÿ•‰โ˜ธ๏ธโœก๏ธ๐Ÿ”ฏ๐Ÿ•Žโ˜ฏ๏ธโ˜ฆ๏ธ๐Ÿ›โ›Žโ™ˆ๏ธโ™‰๏ธโ™Š๏ธโ™‹๏ธโ™Œ๏ธโ™๏ธโ™Ž๏ธโ™๏ธโ™๏ธโ™‘๏ธโ™’๏ธโ™“๏ธ๐Ÿ†”โš›๏ธ๐Ÿ‰‘โ˜ข๏ธโ˜ฃ๏ธ๐Ÿ“ด๐Ÿ“ณ๐Ÿˆถ๐Ÿˆš๏ธ๐Ÿˆธ๐Ÿˆบ๐Ÿˆท๏ธโœด๏ธ๐Ÿ†š๐Ÿ’ฎ๐Ÿ‰ใŠ™๏ธใŠ—๏ธ๐Ÿˆด๐Ÿˆต๐Ÿˆน๐Ÿˆฒ๐Ÿ…ฐ๏ธ๐Ÿ…ฑ๏ธ๐Ÿ†Ž๐Ÿ†‘๐Ÿ…พ๏ธ๐Ÿ†˜โŒโญ•๏ธ๐Ÿ›‘โ›”๏ธ๐Ÿ“›๐Ÿšซ๐Ÿ’ฏ๐Ÿ’ขโ™จ๏ธ๐Ÿšท๐Ÿšฏ๐Ÿšณ๐Ÿšฑ๐Ÿ”ž๐Ÿ“ต๐Ÿšญโ—๏ธโ•โ“โ”โ€ผ๏ธโ‰๏ธ๐Ÿ”…๐Ÿ”†ใ€ฝ๏ธโš ๏ธ๐Ÿšธ๐Ÿ”ฑโšœ๏ธ๐Ÿ”ฐโ™ป๏ธโœ…๐Ÿˆฏ๏ธ๐Ÿ’นโ‡๏ธโœณ๏ธโŽ๐ŸŒ๐Ÿ’ โ“‚๏ธ๐ŸŒ€๐Ÿ’ค๐Ÿง๐Ÿšพโ™ฟ๏ธ๐Ÿ…ฟ๏ธ๐Ÿ›—๐Ÿˆณ๐Ÿˆ‚๏ธ๐Ÿ›‚๐Ÿ›ƒ๐Ÿ›„๐Ÿ›…๐Ÿšน๐Ÿšบ๐Ÿšผโšง๐Ÿšป๐Ÿšฎ๐ŸŽฆ๐Ÿ“ถ๐Ÿˆ๐Ÿ”ฃโ„น๏ธ๐Ÿ”ค๐Ÿ”ก๐Ÿ” ๐Ÿ†–๐Ÿ†—๐Ÿ†™๐Ÿ†’๐Ÿ†•๐Ÿ†“0๏ธโƒฃ1๏ธโƒฃ2๏ธโƒฃ3๏ธโƒฃ4๏ธโƒฃ5๏ธโƒฃ6๏ธโƒฃ7๏ธโƒฃ8๏ธโƒฃ9๏ธโƒฃ๐Ÿ”Ÿ๐Ÿ”ข#๏ธโƒฃ*๏ธโƒฃโ๏ธโ–ถ๏ธโธโฏโนโบโญโฎโฉโชโซโฌโ—€๏ธ๐Ÿ”ผ๐Ÿ”ฝโžก๏ธโฌ…๏ธโฌ†๏ธโฌ‡๏ธโ†—๏ธโ†˜๏ธโ†™๏ธโ†–๏ธโ†•๏ธโ†”๏ธโ†ช๏ธโ†ฉ๏ธโคด๏ธโคต๏ธ๐Ÿ”€๐Ÿ”๐Ÿ”‚๐Ÿ”„๐Ÿ”ƒ๐ŸŽต๐ŸŽถโž•โž–โž—โœ–๏ธ๐ŸŸฐโ™พ๐Ÿ’ฒ๐Ÿ’ฑโ„ข๏ธยฉ๏ธยฎ๏ธใ€ฐ๏ธโžฐโžฟ๐Ÿ”š๐Ÿ”™๐Ÿ”›๐Ÿ”๐Ÿ”œโœ”๏ธโ˜‘๏ธ๐Ÿ”˜๐Ÿ”ด๐ŸŸ ๐ŸŸก๐ŸŸข๐Ÿ”ต๐ŸŸฃโšซ๏ธโšช๏ธ๐ŸŸค๐Ÿ”บ๐Ÿ”ป๐Ÿ”ธ๐Ÿ”น๐Ÿ”ถ๐Ÿ”ท๐Ÿ”ณ๐Ÿ”ฒโ–ช๏ธโ–ซ๏ธโ—พ๏ธโ—ฝ๏ธโ—ผ๏ธโ—ป๏ธ๐ŸŸฅ๐ŸŸง๐ŸŸจ๐ŸŸฉ๐ŸŸฆ๐ŸŸชโฌ›๏ธโฌœ๏ธ๐ŸŸซ๐Ÿ”ˆ๐Ÿ”‡๐Ÿ”‰๐Ÿ”Š๐Ÿ””๐Ÿ”•๐Ÿ“ฃ๐Ÿ“ข๐Ÿ‘โ€๐Ÿ—จ๐Ÿ’ฌ๐Ÿ’ญ๐Ÿ—ฏโ™ ๏ธโ™ฃ๏ธโ™ฅ๏ธโ™ฆ๏ธ๐Ÿƒ๐ŸŽด๐Ÿ€„๏ธ๐Ÿ•๐Ÿ•‘๐Ÿ•’๐Ÿ•“๐Ÿ•”๐Ÿ••๐Ÿ•–๐Ÿ•—๐Ÿ•˜๐Ÿ•™๐Ÿ•š๐Ÿ•›๐Ÿ•œ๐Ÿ•๐Ÿ•ž๐Ÿ•Ÿ๐Ÿ• ๐Ÿ•ก๐Ÿ•ข๐Ÿ•ฃ๐Ÿ•ค๐Ÿ•ฅ๐Ÿ•ฆ๐Ÿ•งโœขโœฃโœคโœฅโœฆโœงโ˜…โ˜†โœฏโœก๏ธŽโœฉโœชโœซโœฌโœญโœฎโœถโœทโœตโœธโœนโ†’โ‡’โŸนโ‡จโ‡พโžพโ‡ขโ˜›โ˜žโž”โžœโž™โž›โžโžžโ™ ๏ธŽโ™ฃ๏ธŽโ™ฅ๏ธŽโ™ฆ๏ธŽโ™คโ™งโ™กโ™ขโ™šโ™›โ™œโ™โ™žโ™Ÿโ™”โ™•โ™–โ™—โ™˜โ™™โš€โšโš‚โšƒโš„โš…๐Ÿ‚ โšˆโš‰โš†โš‡๐“€€๐“€๐“€‚๐“€ƒ๐“€„๐“€…๐“€†๐“€‡๐“€ˆ๐“€‰๐“€Š๐“€‹๐“€Œ๐“€๐“€Ž๐“€๐“€๐“€‘๐“€’๐“€“๐“€”๐“€•๐“€–๐“€—๐“€˜๐“€™๐“€š๐“€›๐“€œ๐“€๐Ÿณ๏ธ๐Ÿด๐Ÿ๐Ÿšฉ๐Ÿณ๏ธโ€๐ŸŒˆ๐Ÿณ๏ธโ€โšง๏ธ๐Ÿดโ€โ˜ ๏ธ๐Ÿ‡ฆ๐Ÿ‡ซ๐Ÿ‡ฆ๐Ÿ‡ฝ๐Ÿ‡ฆ๐Ÿ‡ฑ๐Ÿ‡ฉ๐Ÿ‡ฟ๐Ÿ‡ฆ๐Ÿ‡ธ๐Ÿ‡ฆ๐Ÿ‡ฉ๐Ÿ‡ฆ๐Ÿ‡ด๐Ÿ‡ฆ๐Ÿ‡ฎ๐Ÿ‡ฆ๐Ÿ‡ถ๐Ÿ‡ฆ๐Ÿ‡ฌ๐Ÿ‡ฆ๐Ÿ‡ท๐Ÿ‡ฆ๐Ÿ‡ฒ๐Ÿ‡ฆ๐Ÿ‡ผ๐Ÿ‡ฆ๐Ÿ‡บ๐Ÿ‡ฆ๐Ÿ‡น๐Ÿ‡ฆ๐Ÿ‡ฟ๐Ÿ‡ง๐Ÿ‡ธ๐Ÿ‡ง๐Ÿ‡ญ๐Ÿ‡ง๐Ÿ‡ฉ๐Ÿ‡ง๐Ÿ‡ง๐Ÿ‡ง๐Ÿ‡พ๐Ÿ‡ง๐Ÿ‡ช๐Ÿ‡ง๐Ÿ‡ฟ๐Ÿ‡ง๐Ÿ‡ฏ๐Ÿ‡ง๐Ÿ‡ฒ๐Ÿ‡ง๐Ÿ‡น๐Ÿ‡ง๐Ÿ‡ด๐Ÿ‡ง๐Ÿ‡ฆ๐Ÿ‡ง๐Ÿ‡ผ๐Ÿ‡ง๐Ÿ‡ท๐Ÿ‡ฎ๐Ÿ‡ด๐Ÿ‡ป๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ณ๐Ÿ‡ง๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ซ๐Ÿ‡ง๐Ÿ‡ฎ๐Ÿ‡ฐ๐Ÿ‡ญ๐Ÿ‡จ๐Ÿ‡ฒ๐Ÿ‡จ๐Ÿ‡ฆ๐Ÿ‡ฎ๐Ÿ‡จ๐Ÿ‡จ๐Ÿ‡ป๐Ÿ‡ง๐Ÿ‡ถ๐Ÿ‡ฐ๐Ÿ‡พ๐Ÿ‡จ๐Ÿ‡ซ๐Ÿ‡น๐Ÿ‡ฉ๐Ÿ‡จ๐Ÿ‡ฑ๐Ÿ‡จ๐Ÿ‡ณ๐Ÿ‡จ๐Ÿ‡ฝ๐Ÿ‡จ๐Ÿ‡จ๐Ÿ‡จ๐Ÿ‡ด๐Ÿ‡ฐ๐Ÿ‡ฒ๐Ÿ‡จ๐Ÿ‡ฌ๐Ÿ‡จ๐Ÿ‡ฉ๐Ÿ‡จ๐Ÿ‡ฐ๐Ÿ‡จ๐Ÿ‡ท๐Ÿ‡จ๐Ÿ‡ฎ๐Ÿ‡ญ๐Ÿ‡ท๐Ÿ‡จ๐Ÿ‡บ๐Ÿ‡จ๐Ÿ‡ผ๐Ÿ‡จ๐Ÿ‡พ๐Ÿ‡จ๐Ÿ‡ฟ๐Ÿ‡ฉ๐Ÿ‡ฐ๐Ÿ‡ฉ๐Ÿ‡ฏ๐Ÿ‡ฉ๐Ÿ‡ฒ๐Ÿ‡ฉ๐Ÿ‡ด๐Ÿ‡ช๐Ÿ‡จ๐Ÿ‡ช๐Ÿ‡ฌ๐Ÿ‡ธ๐Ÿ‡ป๐Ÿ‡ฌ๐Ÿ‡ถ๐Ÿ‡ช๐Ÿ‡ท๐Ÿ‡ช๐Ÿ‡ช๐Ÿ‡ช๐Ÿ‡น๐Ÿ‡ช๐Ÿ‡บ๐Ÿ‡ซ๐Ÿ‡ฐ๐Ÿ‡ซ๐Ÿ‡ด๐Ÿ‡ซ๐Ÿ‡ฏ๐Ÿ‡ซ๐Ÿ‡ฎ๐Ÿ‡ซ๐Ÿ‡ท๐Ÿ‡ฌ๐Ÿ‡ซ๐Ÿ‡ต๐Ÿ‡ซ๐Ÿ‡น๐Ÿ‡ซ๐Ÿ‡ฌ๐Ÿ‡ฆ๐Ÿ‡ฌ๐Ÿ‡ฒ๐Ÿ‡ฌ๐Ÿ‡ช๐Ÿ‡ฉ๐Ÿ‡ช๐Ÿ‡ฌ๐Ÿ‡ญ๐Ÿ‡ฌ๐Ÿ‡ฎ๐Ÿ‡ฌ๐Ÿ‡ท๐Ÿ‡ฌ๐Ÿ‡ฑ๐Ÿ‡ฌ๐Ÿ‡ฉ๐Ÿ‡ฌ๐Ÿ‡ต๐Ÿ‡ฌ๐Ÿ‡บ๐Ÿ‡ฌ๐Ÿ‡น๐Ÿ‡ฌ๐Ÿ‡ฌ๐Ÿ‡ฌ๐Ÿ‡ณ๐Ÿ‡ฌ๐Ÿ‡ผ๐Ÿ‡ฌ๐Ÿ‡พ๐Ÿ‡ญ๐Ÿ‡น๐Ÿ‡ญ๐Ÿ‡ณ๐Ÿ‡ญ๐Ÿ‡ฐ๐Ÿ‡ญ๐Ÿ‡บ๐Ÿ‡ฎ๐Ÿ‡ธ๐Ÿ‡ฎ๐Ÿ‡ณ๐Ÿ‡ฎ๐Ÿ‡ฉ๐Ÿ‡ฎ๐Ÿ‡ท๐Ÿ‡ฎ๐Ÿ‡ถ๐Ÿ‡ฎ๐Ÿ‡ช๐Ÿ‡ฎ๐Ÿ‡ฒ๐Ÿ‡ฎ๐Ÿ‡ฑ๐Ÿ‡ฎ๐Ÿ‡น๐Ÿ‡ฏ๐Ÿ‡ฒ๐Ÿ‡ฏ๐Ÿ‡ต๐ŸŽŒ๐Ÿ‡ฏ๐Ÿ‡ช๐Ÿ‡ฏ๐Ÿ‡ด๐Ÿ‡ฐ๐Ÿ‡ฟ๐Ÿ‡ฐ๐Ÿ‡ช๐Ÿ‡ฐ๐Ÿ‡ฎ๐Ÿ‡ฝ๐Ÿ‡ฐ๐Ÿ‡ฐ๐Ÿ‡ผ๐Ÿ‡ฐ๐Ÿ‡ฌ๐Ÿ‡ฑ๐Ÿ‡ฆ๐Ÿ‡ฑ๐Ÿ‡ป๐Ÿ‡ฑ๐Ÿ‡ง๐Ÿ‡ฑ๐Ÿ‡ธ๐Ÿ‡ฑ๐Ÿ‡ท๐Ÿ‡ฑ๐Ÿ‡พ๐Ÿ‡ฑ๐Ÿ‡ฎ๐Ÿ‡ฑ๐Ÿ‡น๐Ÿ‡ฑ๐Ÿ‡บ๐Ÿ‡ฒ๐Ÿ‡ด๐Ÿ‡ฒ๐Ÿ‡ฐ๐Ÿ‡ฒ๐Ÿ‡ฌ๐Ÿ‡ฒ๐Ÿ‡ผ๐Ÿ‡ฒ๐Ÿ‡พ๐Ÿ‡ฒ๐Ÿ‡ป๐Ÿ‡ฒ๐Ÿ‡ฑ๐Ÿ‡ฒ๐Ÿ‡น๐Ÿ‡ฒ๐Ÿ‡ญ๐Ÿ‡ฒ๐Ÿ‡ถ๐Ÿ‡ฒ๐Ÿ‡ท๐Ÿ‡ฒ๐Ÿ‡บ๐Ÿ‡พ๐Ÿ‡น๐Ÿ‡ฒ๐Ÿ‡ฝ๐Ÿ‡ซ๐Ÿ‡ฒ๐Ÿ‡ฒ๐Ÿ‡ฉ๐Ÿ‡ฒ๐Ÿ‡จ๐Ÿ‡ฒ๐Ÿ‡ณ๐Ÿ‡ฒ๐Ÿ‡ช๐Ÿ‡ฒ๐Ÿ‡ธ๐Ÿ‡ฒ๐Ÿ‡ฆ๐Ÿ‡ฒ๐Ÿ‡ฟ๐Ÿ‡ฒ๐Ÿ‡ฒ๐Ÿ‡ณ๐Ÿ‡ฆ๐Ÿ‡ณ๐Ÿ‡ท๐Ÿ‡ณ๐Ÿ‡ต๐Ÿ‡ณ๐Ÿ‡ฑ๐Ÿ‡ณ๐Ÿ‡จ๐Ÿ‡ณ๐Ÿ‡ฟ๐Ÿ‡ณ๐Ÿ‡ฎ๐Ÿ‡ณ๐Ÿ‡ช๐Ÿ‡ณ๐Ÿ‡ฌ๐Ÿ‡ณ๐Ÿ‡บ๐Ÿ‡ณ๐Ÿ‡ซ๐Ÿ‡ฐ๐Ÿ‡ต๐Ÿ‡ฒ๐Ÿ‡ต๐Ÿ‡ณ๐Ÿ‡ด๐Ÿ‡ด๐Ÿ‡ฒ๐Ÿ‡ต๐Ÿ‡ฐ๐Ÿ‡ต๐Ÿ‡ผ๐Ÿ‡ต๐Ÿ‡ธ๐Ÿ‡ต๐Ÿ‡ฆ๐Ÿ‡ต๐Ÿ‡ฌ๐Ÿ‡ต๐Ÿ‡พ๐Ÿ‡ต๐Ÿ‡ช๐Ÿ‡ต๐Ÿ‡ญ๐Ÿ‡ต๐Ÿ‡ณ๐Ÿ‡ต๐Ÿ‡ฑ๐Ÿ‡ต๐Ÿ‡น๐Ÿ‡ต๐Ÿ‡ท๐Ÿ‡ถ๐Ÿ‡ฆ๐Ÿ‡ท๐Ÿ‡ช๐Ÿ‡ท๐Ÿ‡ด๐Ÿ‡ท๐Ÿ‡บ๐Ÿ‡ท๐Ÿ‡ผ๐Ÿ‡ผ๐Ÿ‡ธ๐Ÿ‡ธ๐Ÿ‡ฒ๐Ÿ‡ธ๐Ÿ‡ฆ๐Ÿ‡ธ๐Ÿ‡ณ๐Ÿ‡ท๐Ÿ‡ธ๐Ÿ‡ธ๐Ÿ‡จ๐Ÿ‡ธ๐Ÿ‡ฑ๐Ÿ‡ธ๐Ÿ‡ฌ๐Ÿ‡ธ๐Ÿ‡ฝ๐Ÿ‡ธ๐Ÿ‡ฐ๐Ÿ‡ธ๐Ÿ‡ฎ๐Ÿ‡ฌ๐Ÿ‡ธ๐Ÿ‡ธ๐Ÿ‡ง๐Ÿ‡ธ๐Ÿ‡ด๐Ÿ‡ฟ๐Ÿ‡ฆ๐Ÿ‡ฐ๐Ÿ‡ท๐Ÿ‡ธ๐Ÿ‡ธ๐Ÿ‡ช๐Ÿ‡ธ๐Ÿ‡ฑ๐Ÿ‡ฐ๐Ÿ‡ง๐Ÿ‡ฑ๐Ÿ‡ธ๐Ÿ‡ญ๐Ÿ‡ฐ๐Ÿ‡ณ๐Ÿ‡ฑ๐Ÿ‡จ๐Ÿ‡ต๐Ÿ‡ฒ๐Ÿ‡ป๐Ÿ‡จ๐Ÿ‡ธ๐Ÿ‡ฉ๐Ÿ‡ธ๐Ÿ‡ท๐Ÿ‡ธ๐Ÿ‡ฟ๐Ÿ‡ธ๐Ÿ‡ช๐Ÿ‡จ๐Ÿ‡ญ๐Ÿ‡ธ๐Ÿ‡พ๐Ÿ‡น๐Ÿ‡ผ๐Ÿ‡น๐Ÿ‡ฏ๐Ÿ‡น๐Ÿ‡ฟ๐Ÿ‡น๐Ÿ‡ญ๐Ÿ‡น๐Ÿ‡ฑ๐Ÿ‡น๐Ÿ‡ฌ๐Ÿ‡น๐Ÿ‡ฐ๐Ÿ‡น๐Ÿ‡ด๐Ÿ‡น๐Ÿ‡น๐Ÿ‡น๐Ÿ‡ณ๐Ÿ‡น๐Ÿ‡ท๐Ÿ‡น๐Ÿ‡ฒ๐Ÿ‡น๐Ÿ‡จ๐Ÿ‡น๐Ÿ‡ป๐Ÿ‡ป๐Ÿ‡ฎ๐Ÿ‡บ๐Ÿ‡ฌ๐Ÿ‡บ๐Ÿ‡ฆ๐Ÿ‡ฆ๐Ÿ‡ช๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ๐Ÿ‡บ๐Ÿ‡ณ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ‡บ๐Ÿ‡พ๐Ÿ‡บ๐Ÿ‡ฟ๐Ÿ‡ป๐Ÿ‡บ๐Ÿ‡ป๐Ÿ‡ฆ๐Ÿ‡ป๐Ÿ‡ช๐Ÿ‡ป๐Ÿ‡ณ๐Ÿ‡ผ๐Ÿ‡ซ๐Ÿ‡ช๐Ÿ‡ญ๐Ÿ‡พ๐Ÿ‡ช๐Ÿ‡ฟ๐Ÿ‡ฒ๐Ÿ‡ฟ๐Ÿ‡ผ๐Ÿ˜ƒ๐Ÿ’๐Ÿป๐ŸŒป๐Ÿ”๐Ÿน๐ŸŽทโšฝ๏ธ๐Ÿš˜๐ŸŒ‡๐Ÿ’ก๐ŸŽ‰๐Ÿ’–๐Ÿ”ฃ๐ŸŽŒ๐Ÿณ๏ธโ€๐ŸŒˆ๐Ÿซ ๐Ÿซข๐Ÿซฃ๐Ÿซก๐Ÿซฅ๐Ÿซค๐Ÿฅน๐Ÿซฑ๐Ÿซฑ๐Ÿป๐Ÿซฑ๐Ÿผ๐Ÿซฑ๐Ÿฝ๐Ÿซฑ๐Ÿพ๐Ÿซฑ๐Ÿฟ๐Ÿซฒ๐Ÿซฒ๐Ÿป๐Ÿซฒ๐Ÿผ๐Ÿซฒ๐Ÿฝ๐Ÿซฒ๐Ÿพ๐Ÿซฒ๐Ÿฟ๐Ÿซณ๐Ÿซณ๐Ÿป๐Ÿซณ๐Ÿผ๐Ÿซณ๐Ÿฝ๐Ÿซณ๐Ÿพ๐Ÿซณ๐Ÿฟ๐Ÿซด๐Ÿซด๐Ÿป๐Ÿซด๐Ÿผ๐Ÿซด๐Ÿฝ๐Ÿซด๐Ÿพ๐Ÿซด๐Ÿฟ๐Ÿซฐ๐Ÿซฐ๐Ÿป๐Ÿซฐ๐Ÿผ๐Ÿซฐ๐Ÿฝ๐Ÿซฐ๐Ÿพ๐Ÿซฐ๐Ÿฟ๐Ÿซต๐Ÿซต๐Ÿป๐Ÿซต๐Ÿผ๐Ÿซต๐Ÿฝ๐Ÿซต๐Ÿพ๐Ÿซต๐Ÿฟ๐Ÿซถ๐Ÿซถ๐Ÿป๐Ÿซถ๐Ÿผ๐Ÿซถ๐Ÿฝ๐Ÿซถ๐Ÿพ๐Ÿซถ๐Ÿฟ๐Ÿค๐Ÿป๐Ÿค๐Ÿผ๐Ÿค๐Ÿฝ๐Ÿค๐Ÿพ๐Ÿค๐Ÿฟ๐Ÿซฑ๐Ÿปโ€๐Ÿซฒ๐Ÿผ๐Ÿซฑ๐Ÿปโ€๐Ÿซฒ๐Ÿฝ๐Ÿซฑ๐Ÿปโ€๐Ÿซฒ๐Ÿพ๐Ÿซฑ๐Ÿปโ€๐Ÿซฒ๐Ÿฟ๐Ÿซฑ๐Ÿผโ€๐Ÿซฒ๐Ÿป๐Ÿซฑ๐Ÿผโ€๐Ÿซฒ๐Ÿฝ๐Ÿซฑ๐Ÿผโ€๐Ÿซฒ๐Ÿพ๐Ÿซฑ๐Ÿผโ€๐Ÿซฒ๐Ÿฟ๐Ÿซฑ๐Ÿฝโ€๐Ÿซฒ๐Ÿป๐Ÿซฑ๐Ÿฝโ€๐Ÿซฒ๐Ÿผ๐Ÿซฑ๐Ÿฝโ€๐Ÿซฒ๐Ÿพ๐Ÿซฑ๐Ÿฝโ€๐Ÿซฒ๐Ÿฟ๐Ÿซฑ๐Ÿพโ€๐Ÿซฒ๐Ÿป๐Ÿซฑ๐Ÿพโ€๐Ÿซฒ๐Ÿผ๐Ÿซฑ๐Ÿพโ€๐Ÿซฒ๐Ÿฝ๐Ÿซฑ๐Ÿพโ€๐Ÿซฒ๐Ÿฟ๐Ÿซฑ๐Ÿฟโ€๐Ÿซฒ๐Ÿป๐Ÿซฑ๐Ÿฟโ€๐Ÿซฒ๐Ÿผ๐Ÿซฑ๐Ÿฟโ€๐Ÿซฒ๐Ÿฝ๐Ÿซฑ๐Ÿฟโ€๐Ÿซฒ๐Ÿพ๐Ÿซฆ๐Ÿซ…๐Ÿซ…๐Ÿป๐Ÿซ…๐Ÿผ๐Ÿซ…๐Ÿฝ๐Ÿซ…๐Ÿพ๐Ÿซ…๐Ÿฟ๐Ÿซƒ๐Ÿซƒ๐Ÿป๐Ÿซƒ๐Ÿผ๐Ÿซƒ๐Ÿฝ๐Ÿซƒ๐Ÿพ๐Ÿซƒ๐Ÿฟ๐Ÿซ„๐Ÿซ„๐Ÿป๐Ÿซ„๐Ÿผ๐Ÿซ„๐Ÿฝ๐Ÿซ„๐Ÿพ๐Ÿซ„๐Ÿฟ๐ŸงŒ๐Ÿชธ๐Ÿชท๐Ÿชน๐Ÿชบ๐Ÿซ˜๐Ÿซ—๐Ÿซ™๐Ÿ›๐Ÿ›ž๐Ÿ›Ÿ๐Ÿชฌ๐Ÿชฉ๐Ÿชซ๐Ÿฉผ๐Ÿฉป๐Ÿซง๐Ÿชช๐ŸŸฐ๐Ÿ˜ฎโ€๐Ÿ’จ๐Ÿ˜ตโ€๐Ÿ’ซ๐Ÿ˜ถโ€๐ŸŒซ๏ธโค๏ธโ€๐Ÿ”ฅโค๏ธโ€๐Ÿฉน๐Ÿง”โ€โ™€๏ธ๐Ÿง”๐Ÿปโ€โ™€๏ธ๐Ÿง”๐Ÿผโ€โ™€๏ธ๐Ÿง”๐Ÿฝโ€โ™€๏ธ๐Ÿง”๐Ÿพโ€โ™€๏ธ๐Ÿง”๐Ÿฟโ€โ™€๏ธ๐Ÿง”โ€โ™‚๏ธ๐Ÿง”๐Ÿปโ€โ™‚๏ธ๐Ÿง”๐Ÿผโ€โ™‚๏ธ๐Ÿง”๐Ÿฝโ€โ™‚๏ธ๐Ÿง”๐Ÿพโ€โ™‚๏ธ๐Ÿง”๐Ÿฟโ€โ™‚๏ธ๐Ÿ’‘๐Ÿป๐Ÿ’‘๐Ÿผ๐Ÿ’‘๐Ÿฝ๐Ÿ’‘๐Ÿพ๐Ÿ’‘๐Ÿฟ๐Ÿ’๐Ÿป๐Ÿ’๐Ÿผ๐Ÿ’๐Ÿฝ๐Ÿ’๐Ÿพ๐Ÿ’๐Ÿฟ๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿผ๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿพ๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿป๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿพ๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿป๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿผ๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿพ๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿป๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿผ๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿป๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿผ๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿพ๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ +if [ $? -eq 0 ] +then + printf "\e[1;32mAll Emoticon test OK\e[0;00m\n" +else + printf "\e[1;31mwrong return value with emoticon test\e[0;00m\n" + FAULTS=$(($FAULTS+1)) +fi +sleep $SLEEP + +# Congratulations + +if [ $FAULTS -eq 0 ] +then + printf "There are no problems with the error codes\nDouble check the output in the server terminal\nFor the bonus check emojis and the following confirmation message\n" + ./client $SERVER "Congratulations๐ŸŽ‰" + printf "\e[1;32mAlso kudos if the whole test finished within 30 seconds\e[0;00m\n" +else + printf "\e[1;31mwe got $FAULTS faulty error codes\nSo that's a bummer\e[0;00m\n" + exit 1 +fi +exit 0