mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 21:00:04 +02:00
add node modules to repo
This commit is contained in:
6
node_modules/cuint/examples/adding.js
generated
vendored
Normal file
6
node_modules/cuint/examples/adding.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
var UINT32 = require('..').UINT32
|
||||
|
||||
var v1 = UINT32('326648991')
|
||||
var v2 = UINT32('265443576')
|
||||
var v1plus2 = v1.clone().add(v2)
|
||||
console.log( v1 + ' + ' + v2 + ' = ' + v1plus2 )
|
Reference in New Issue
Block a user