Skip to content

Instantly share code, notes, and snippets.

@psm14
psm14 / keybase.md
Created July 20, 2014 01:10
Keybase proof

Keybase proof

I hereby claim:

  • I am psm14 on github.
  • I am psm14 (https://keybase.io/psm14) on keybase.
  • I have a public key whose fingerprint is A79F BF7B 565D 484C DD42 8093 CC0B 43D1 9CD5 BAF7

To claim this, I am signing this object:

@psm14
psm14 / Example.scala
Last active December 28, 2015 18:59
Scala version of the 'four' gem (https://github.com/dzello/four)
object Example extends App {
import FourLetter._
val a = 2
fuck
fuck.damn
damn.shit
println( a.fuck.shit.damn )
}