diff --git a/1 - Introduction/Introduction.tex b/1 - Introduction/Introduction.tex index fcb410d..8b13789 100644 --- a/1 - Introduction/Introduction.tex +++ b/1 - Introduction/Introduction.tex @@ -1,14 +1 @@ -Greetings and welcome to Programming In General. This is a book that I started writting to try and provide -free resources to those who either wanted to learn programming or who wanted to further their knowledge of -programming. -\newline -\\ -This book is provided completely free to anyone who wishes to use it. -\newline -\\ -For suggestions, comments or corrections please feel free to e-mail me at: -\newline -brett@blangdon.com -\newline -\\ -Thank you and I hope you enjoy this book as much as I enjoyed writting it. + diff --git a/2 - Functional Programming/Functional Programming.tex b/2 - Functional Programming/Functional Programming.tex index e9b6c55..e69de29 100644 --- a/2 - Functional Programming/Functional Programming.tex +++ b/2 - Functional Programming/Functional Programming.tex @@ -1,2 +0,0 @@ -Functional programming, simply put, is programming by the use of functions. Functional programming does not utilitize the use of -classes and objects in order to create applications.