DEV Community

Mark A. Donohoe
Mark A. Donohoe

Posted on

Test Post (Checking formatting)

This is a test post!

Here's a code block with Swift formatting...

for x in 1...5 {
    print(x)
}

Here's a code block with no formatting specified...

for x in 1...5 {
    print(x)
}

That's all, folks!

Top comments (0)