aboutsummaryrefslogblamecommitdiffstats
path: root/Godeps/_workspace/src/github.com/ethereum/serpent-go/serpent/examples/mul2.se
blob: 65adff1e62368b1729e0c98690b9d5f06bae5bb6 (plain) (tree)
1
2

               
def double(v):
    return(v*2)