File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ the instructions using a **programming language**. Most programming
16
16
languages consist of English words, digits and some characters that have
17
17
special meanings.
18
18
19
- Unlike people often think, ** programming is not complicated** . Large
20
- programs are always made of small, simple pieces, and those pieces are
21
- written one by one. Programming languages are made to be used by humans,
22
- so if there's an easy way to do something and a difficult way to do
23
- something, you should use the easier way.
19
+ Unlike people often think, programming is not complicated. Large
20
+ programs are always made of ** small, simple pieces** , and those pieces
21
+ are written one by one. Programming languages are made to be used by
22
+ humans, so if there's an easy way to do something and a difficult way to
23
+ do something, you should use the easier way.
24
24
25
25
## What do I need?
26
26
You can’t perform that action at this time.
0 commit comments