@@ -5,18 +5,13 @@ All task from list of Programming Challenges v1.4
5
5
6
6
If you have any questions, you can contact me by email morasiu2@gmail.com
7
7
8
- ## How to run/compile
8
+ So...
9
9
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 )
17
11
18
- ## Table of content
19
12
13
+ ## Table of content
14
+ * [ How to run] ( #HOWTO )
20
15
* [ 00 Name generator] ( #00 )
21
16
* [ 01 Higher/lower] ( #01 )
22
17
* [ 02 Temperature Converter] ( #02 )
@@ -49,6 +44,17 @@ If you have any questions, you can contact me by email morasiu2@gmail.com
49
44
50
45
1 . [ Loading animation] ( #bonus1 )
51
46
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
+
52
58
## Progress
53
59
54
60
26/100
@@ -79,7 +85,7 @@ All - **100** <br>
79
85
* <a name =" 08 " >08</a > Hangman (with online words) - 24.02.2018 * Done* (` C# ` )
80
86
Words are from [ Fake Name Generator] ( https://fakena.me/random-english-words/one/ ) , but these are real words. Trust me.
81
87
Definitions are form [ FreeDictionary] ( https://www.thefreedictionary.com/ ) </br >
82
- ![ 08] ( docs/images/08.png )
88
+ ![ 08] ( docs/images/08.gif )
83
89
* <a name =" 09 " >09</a > Love Calculator - 27.02.2018 * Done* (` C# ` )<br >
84
90
[ How it works] ( docs/LoveCalculator.md ) <br >
85
91
![ 09] ( docs/images/09.png )
0 commit comments