Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 117 Bytes

index.md

File metadata and controls

10 lines (8 loc) · 117 Bytes

This is testing the whole index.md/html thing.

Here is a code block. 

int x = 10;
if (x == 0) {
  x++;
}