Chapter One -

This is an example chapter of a Leanpub book. To start writing your book, simply replace the contents of this text box with your first chapter.

Chapter 2 has a quick introduction to Markdown. Click on “Chapter 2” on the left to see them.

This Code Sample Has A Title
1 var a
2 var b
3 
4 function AddNumbers (x, y)
5 {
6     return x + y;
7 }