Hello world
General Text :) Note that to have a line break
we need to hit return twice or else it will not be a linebreak
Bold Italics
Here is a list:
- One
- Two
- Three
- Four
Here is unorder List
- hi
- how
- are
- you
- today
If we want 1 line of code:
System.out.println("Hello World);
System.out.print("I love git");
If we want a Code Block:
System.out.println("hi");
for(int i = 1; i < 10; i++){
System.out.print("I <3 Git");
}Now Below is a Hyperlink
