added use strict to hexdump.js

This commit is contained in:
Justin Fisher 2025-07-13 12:18:46 -04:00 committed by LittleChest
parent 8c70ce60a5
commit ee83912dcd

View File

@ -1,3 +1,5 @@
'use strict'
const wout = (s) => {
process.stdout.write(s)
}