Skip to content

Instantly share code, notes, and snippets.

View this-amazing-amy's full-sized avatar

Amelia Heydorn this-amazing-amy

View GitHub Profile

Keybase proof

I hereby claim:

  • I am pygmalionpolymorph on github.
  • I am pygmalimorph (https://keybase.io/pygmalimorph) on keybase.
  • I have a public key ASCdnK4EzUwfMIb99HPRDBaA3MBsAPzcKbla2697k164Ggo

To claim this, I am signing this object:

import Data.List
toNumber = foldr (\num x -> 10 * num + x) 0
main =
let digits = [0..9] in
let answer = [(s,e,n,d,m,o,r,y) | s <- [1..9],
e <- digits \\ [s],
n <- digits \\ [s, e],
d <- digits \\ [s, e, n],
@this-amazing-amy
this-amazing-amy / .cvimrc
Last active February 20, 2018 08:23
cVimrc
set smoothscroll
set scalehints
set defaultnewtabpage
set linkanimations
set autohidecursor
set showtabindices
let mapleader = ","