This commit is contained in:
Nasa Nguyen
2019-12-30 16:20:00 +07:00
parent d0e4411234
commit bf46839a3d
6 changed files with 217 additions and 138 deletions

8
test.js Normal file
View File

@@ -0,0 +1,8 @@
var number = parseInt();
var buff = Buffer.alloc(8);
buff.writeDoubleLE(0xFFFFFFFF, 0);
console.log(buff);