From 10d59a280de73896abaa8947239d9ae4ee5c156c Mon Sep 17 00:00:00 2001 From: Rabidus Date: Mon, 24 Jul 2023 16:46:05 +0300 Subject: [PATCH] Added Readme template --- .vs/slnx.sqlite | Bin 2891776 -> 2891776 bytes README.md | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 README.md diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index 53518f5a1b80f97e19f1f0fa61842330a6f3707e..de0405b900828e16d1bd79d03dba8e87bfb0cd8d 100644 GIT binary patch delta 1011 zcmbW#U1$_X902h7+S$9z?d~PH%jcQP8e>l@38qw|A#nLZu#MOtigKJ$6D3GY)bmIL zH6Ow$6^#ZQ3=P!>P1=Y=&+A}l%UKl!754h3c~H@(mXnH~4=wmtQ2VL_zn$Hg+4=vO z{|uz3@ckdLrvuwGtZRe~(VYZKhYE zVDff+hUh%VU`dmluvyvgRKJ?)$LmiP+@vXH{cF8qJyupTtw-!Gi)o8gk(V5x>Qp{C zi2ZqWzL3^~a{IHi(s2a!V>g=clrt<{He182Yp6@L+iZ(TAz8V+RVz(A ztY+$AwN^2LyQP-a>IqvZ8`Ij4@=;pL;8XJWS?-quOy|nEs_i9~NrR-VrJ=dCrK-Eb z7gg)8Yg4n{eYg@CPmTM=ZR3h@&KQ-h)BK4dXZS&Zy|UpvFOcKs`OEw~W)srZxv8VO zvntjX!zp}AMr`(t*J45R|9unq0$2Eg{-TD^tjcW{ugTZ7&baftb1Cz^bEP~pLbzs+d|UBDZN41q5nI(zMC_+tDDk^yJ+RW&n6>WhDXz4_O=u_l`RPaS zK12dS01q&L2`u0RxgZbZ10V2%0#FEwKrtu*r62(2fHDvS<-i7WK?RrxD#3j41qgu! MV4)i8`Eu*@8wQ|mApigX delta 708 zcmZ8dO-NKx6n^*J`+jEb%)HT=aYh{-U;Z=|G&GB%CSfE)H-%UfBMMRwk)cNs!xlOe z-D%N6v%F!HKTr;gh%wj&X)#t(3ng<`F3NN}qV%_E(GyyA;QKh=Ifw6XPBJ%#k`{(a zow_8+ucd!696pBh7wz{Ws4e?FQsCBOuJOH=$U5SqF5Am=izVjMQZ{q;u8Diq_t~Qm zQqhBv3w`CpYQ_1-T^#hNUnEZzIW5cQuUf@sE0sp3`^>$GQ`zOd1z8V=NX$~#_^Zcy z+3iff$n>McsP`S7C&nM+H|a9+ip$s}pGdDLam#}kwTVX_`3~|0V&1UQB^4+!i>YFf zs>D)JpDdz2y!IL2LwTX?;9|tlhPEQ|yV!e}TC0-CCK+4Cn`ym*Anq_p6DcI7EZR+S z*+nWyt;}O*l#`b1+K;EP;m!|5kKC>OPJ#x z+=v76rks@rUl*FqN&KT%H$#X>!8pr-YR7HM5_Ty)gX9lAsx z(r(&FL-t+!vVF?lW3T0U6CLBG8->Jr6TM{n&nGEvwbB9Xa#}{%7?X^zM$Q-$-8=Rz zZSR(}#)GZ&3Ioc(!NAGD#lT?TW>CPOkb#GRmw}H#5d%Mi0E1!%B@9X#1R0buC}$92 fP{F`tu#Z6{gDM8q3~CtcXAov^fWg7%aA@u?a2DKI diff --git a/README.md b/README.md new file mode 100644 index 00000000..88e9f1b1 --- /dev/null +++ b/README.md @@ -0,0 +1,57 @@ +# + +## Description + +Provide a short description explaining the what, why, and how of your project. Use the following questions as a guide: + +- What was your motivation? +- Why did you build this project? (Note: the answer is not "Because it was a homework assignment.") +- What problem does it solve? +- What did you learn? + +## Table of Contents (Optional) + +If your README is long, add a table of contents to make it easy for users to find what they need. + +- [Installation](#installation) +- [Usage](#usage) +- [Credits](#credits) +- [License](#license) + +## Installation + +What are the steps required to install your project? Provide a step-by-step description of how to get the development environment running. + +## Credits + +List your collaborators, if any, with links to their GitHub profiles. + +If you used any third-party assets that require attribution, list the creators with links to their primary web presence in this section. + +If you followed tutorials, include links to those here as well. + +## License + +The last section of a high-quality README file is the license. This lets other developers know what they can and cannot do with your project. If you need help choosing a license, refer to [https://choosealicense.com/](https://choosealicense.com/). + +--- + +🏆 The previous sections are the bare minimum, and your project will ultimately determine the content of this document. You might also want to consider adding the following sections. + +## Badges + +![badmath](https://img.shields.io/github/languages/top/lernantino/badmath) + +Badges aren't necessary, per se, but they demonstrate street cred. Badges let other developers know that you know what you're doing. Check out the badges hosted by [shields.io](https://shields.io/). You may not understand what they all represent now, but you will in time. + +## Features + +If your project has a lot of features, list them here. + +## How to Contribute + +If you created an application or package and would like other developers to contribute it, you can include guidelines for how to do so. The [Contributor Covenant](https://www.contributor-covenant.org/) is an industry standard, but you can always write your own if you'd prefer. + +## Tests + +Go the extra mile and write tests for your application. Then provide examples on how to run them here. \ No newline at end of file