draft: refactor project so it sits on top of a standalone app
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
var crypto = require('crypto')
|
||||
var abc = crypto.createHash('sha1').update('abc').digest('hex')
|
||||
console.log(abc)
|
||||
// require('hello').inlineCall().call2()
|
||||
Reference in New Issue
Block a user