Skip to content

Commit 315591a

Browse files
committed
adding blank pages for makefiles and version control. To be written soon!
1 parent 7420e4c commit 315591a

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
* [Principles of Code](chapters/principles_of_code/principles_of_code.md)
77
* [Choosing A Language](chapters/principles_of_code/choosing_a_language/choosing_a_language.md)
88
* [Compiled Languages](chapters/principles_of_code/choosing_a_language/compiled/compiled.md)
9+
* [Makefiles](chapters/principles_of_code/choosing_a_language/compiled/makefiles.md)
910
* [FORTRAN](chapters/principles_of_code/choosing_a_language/compiled/FORTRAN.md)
1011
* [Building Blocks](chapters/principles_of_code/building_blocks/building_blocks.md)
1112
* [Code Quality](chapters/principles_of_code/code_quality.md)
13+
* [Version Control](chapters/principles_of_code/version_control.md)
1214
* [Mathematical Background](chapters/mathematical_background/mathematical_background.md)
1315
* [Taylor Series](chapters/mathematical_background/taylor_series.md)
1416
* [Fundamental Algorithms](chapters/fundamental_algorithms/fundamental_algorithms.md)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Makefiles
2+
3+
COMING SOON!

chapters/principles_of_code/principles_of_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ At least to me, programming is a form of creative expression. Sure, programming
44

55
Here's that cycle again in code:
66

7-
```
7+
```julia
88
type Human
99
ability::Int64
1010
standard::Int64
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Git and Version Control
2+
3+

0 commit comments

Comments
 (0)