mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-06-09 16:21:54 +02:00
1 line
51 B
JavaScript
1 line
51 B
JavaScript
module.exports = function (x) { return x + 100; };
|