Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am fbrktr on github.
  • I am fbrktr (https://keybase.io/fbrktr) on keybase.
  • I have a public key whose fingerprint is 6FB7 981D CA94 9A76 0B29 8EBF D5B5 7159 3886 D05C

To claim this, I am signing this object:

import processing.core.PApplet
class ProcessingScala extends PApplet {
override def setup(): Unit ={
println("SETUP")
size(400,400)
}
override def draw(): Unit ={