tpb1908 / GitTesting

A repository for testing Git features and the Git API
1 stars 0 forks source link

Test for MD comparison #46

Open tpb1908 opened 7 years ago

tpb1908 commented 7 years ago

Header 1

Headers have levels 1 to 6


Lists

Quoted text

System.out.println("Hello");
if(Math.random() > 0.5) {
    System.out.println("Do something");
}
tpb1908 commented 7 years ago
print("Hello")
System.out.println("Hello");

Some Space Between The Code

System.out.println("Hello");