Skip to content

Instantly share code, notes, and snippets.

@utx0
Created April 28, 2013 10:09
Show Gist options
  • Save utx0/5476472 to your computer and use it in GitHub Desktop.
Save utx0/5476472 to your computer and use it in GitHub Desktop.
---
layout: post
title: "Test Post"
date: 2013-04-26 22:12
comments: true
categories:
---
Testing code blocks:
``` ruby TEsting header!
class Fixnum
def prime?
('1' * self) !~ /^1?$|^(11+?)\1+$/
end
end
```
New:
``` bash New code
$ sudo make me a sandwich
```
Gist example:
{% gist 996818 %}
https://gist.github.com/5476470
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment