File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Programming In General
2
2
3
+ Programming In General is a text resource for people to use to learn how to program.
4
+ This resource is recommended for both those seasoned verterans who want to learn something new
5
+ or even those who have never learned a programming language before.
6
+
7
+ Programming In General is written in a code agnostic format allowing readers to translate
8
+ the examples to which ever programming language they would like.
9
+
10
+ Enjoy.
11
+
12
+ ## Build PDF
13
+
3
14
To build from source you must have latex and python installed.
15
+ To build you just run the provided "build" script which will compile the main .tex source
16
+ from the chapter subdirectories. Then it compiles the .pdf version from that
4
17
5
- Instructions:
18
+ ### Instructions:
6
19
7
20
git clone git@git.blangdon.com:programming_in_general.git
8
21
cd "programming in general"
You can’t perform that action at this time.
0 commit comments