@@ -5,18 +5,13 @@ All task from list of Programming Challenges v1.4
55
66If you have any questions, you can contact me by email morasiu2@gmail.com
77
8- ## How to run/compile
8+ So...
99
10- * ** Python** - just run script using Pyhton 3 (for example. ` python script.py ` )
11- * ** C#** - you can run it using ` mono ` or clicking on exe, and compile by ` mcs ` :
12- * compile - ` mcs script.cs `
13- * run - ` mono script.exe `
14- * ** Rust** -
15- * compile - ` cargo build `
16- * run - click on ` exe ` file on Windows or run like a typical program on Linux (for example. typing its name in console)
10+ ![ Challenge accepted] ( docs/challenge_accepted.gif )
1711
18- ## Table of content
1912
13+ ## Table of content
14+ * [ How to run] ( #HOWTO )
2015* [ 00 Name generator] ( #00 )
2116* [ 01 Higher/lower] ( #01 )
2217* [ 02 Temperature Converter] ( #02 )
@@ -49,6 +44,17 @@ If you have any questions, you can contact me by email morasiu2@gmail.com
4944
50451 . [ Loading animation] ( #bonus1 )
5146
47+ ## <a name =" HOWTO " > How to run/compile </a >
48+
49+ * ** Python** - just run script using Pyhton 3 (for example. ` python script.py ` )
50+ * ** C#** - you can run it using ` mono ` or clicking on exe, and compile by ` mcs ` :
51+ * compile - ` mcs script.cs `
52+ * run - ` mono script.exe `
53+ * ** Rust** -
54+ * compile - ` cargo build `
55+ * run - click on ` exe ` file on Windows or run like a typical program on Linux (for example. typing its name in console)
56+
57+
5258## Progress
5359
546026/100
@@ -79,7 +85,7 @@ All - **100** <br>
7985* <a name =" 08 " >08</a > Hangman (with online words) - 24.02.2018 * Done* (` C# ` )
8086Words are from [ Fake Name Generator] ( https://fakena.me/random-english-words/one/ ) , but these are real words. Trust me.
8187Definitions are form [ FreeDictionary] ( https://www.thefreedictionary.com/ ) </br >
82- ![ 08] ( docs/images/08.png )
88+ ![ 08] ( docs/images/08.gif )
8389* <a name =" 09 " >09</a > Love Calculator - 27.02.2018 * Done* (` C# ` )<br >
8490[ How it works] ( docs/LoveCalculator.md ) <br >
8591![ 09] ( docs/images/09.png )
0 commit comments