Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 171 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 171 Bytes

This readme is to check how sourcegraph renders code blocks. Here is a sample code block:

function testing() {
    var testing = "testing"
    return testing
}