Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am quasimonomial on github.
  • I am quasimonomial (https://keybase.io/quasimonomial) on keybase.
  • I have a public key ASArhp9xWcy74spkSHSRFP7O8hxF8HKEUj-w2rNhL-F70go

To claim this, I am signing this object:

@Quasimonomial
Quasimonomial / hello_world.rb
Created February 19, 2019 04:23
Hello World
def hello_world
puts "hello world!"
end