File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 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
1616languages consist of English words, digits and some characters that have
1717special meanings.
1818
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.
2424
2525## What do I need?
2626
You can’t perform that action at this time.
0 commit comments