Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 621 Bytes

README.rst

File metadata and controls

39 lines (22 loc) · 621 Bytes

Hello World!

Basic markup

This is how you writh bold

This is how you write italics

This is how you fo a hyperlink: http://google.com

A bullet list:

  • Item foo
  • Item bar

A number list:

  1. Item one
  2. Item two

Here is how to make a single table:

Name Job
Tim CEO

This is how you sho a program listing or some preformatted text:

How to install git on Ubuntu:

sudo apt-get install git