Skip to content

Instantly share code, notes, and snippets.

@takahashim
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takahashim/fbe9025f9e785a0396a7 to your computer and use it in GitHub Desktop.
Save takahashim/fbe9025f9e785a0396a7 to your computer and use it in GitHub Desktop.
hoge

foo bar

buz

class Foo
  def aa
    @b = :aaa
  end
end
aaaa
bbbbb
cccc

| The Right Honorable Most Venerable and Righteous Samuel L. Constable, Jr. | 200 Main St. | Berkeley, CA 94718

qsort []     = []
qsort (x:xs) = qsort (filter (< x) xs) ++ [x] ++
               qsort (filter (>= x) xs)
qsort []     = []
qsort (x:xs) = qsort (filter (< x) xs) ++ [x] ++
               qsort (filter (>= x) xs)

aaa bbb ccc ddd eee fff

test1. foo.

test

test

http://example.com/aa?q=aaaaa&b=あかさたな()

Footnotes

  1. aaaaaa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment