fix: move rustc profiles to root cargo.toml

This commit is contained in:
2024-04-13 12:20:41 +02:00
parent 644bcd6997
commit 5701c51bd6
13 changed files with 144 additions and 4955 deletions

View File

@ -13,6 +13,8 @@
console.log("ENCODED");
console.log(encoded);
encoded = [0, 2, 1, 0, 4, 4, 2, 4, 1, 2, 2, 0, 3, 2, 3, 1, 1, 1, 1];
const decoded = decode(encoded);
console.log("DECODED");
console.log(decoded);