Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

Latest commit

 

History

History
24 lines (23 loc) · 578 Bytes

test.md

File metadata and controls

24 lines (23 loc) · 578 Bytes
layout title
default
test

Rule 1

Description for rule 1.

Good

int foo (void) 
{
    int i;
}

Bad

int foo (void) {
    int i;
}