Add Baudot operations

This commit is contained in:
PiggyMoe 2020-05-23 01:00:25 +08:00
parent 4c3324aea1
commit 34160dbf0d
No known key found for this signature in database
GPG key ID: 4F2DDB9491768DD5
5 changed files with 261 additions and 1 deletions

View file

@ -23,6 +23,7 @@ import "./tests/BaconCipher.mjs";
import "./tests/Base58.mjs";
import "./tests/Base64.mjs";
import "./tests/Base62.mjs";
import "./tests/BaudotCode.mjs";
import "./tests/BitwiseOp.mjs";
import "./tests/ByteRepr.mjs";
import "./tests/CartesianProduct.mjs";