Projekt

Obecné

Profil

Stáhnout (153 Bajtů) Statistiky
| Větev: | Revize:
1
var crypto = require('crypto')
2
var abc = crypto.createHash('sha1').update('abc').digest('hex')
3
console.log(abc)
4
// require('hello').inlineCall().call2()
(3-3/3)