mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
NETSCRIPT: Moved formatting functions to their own interface (#1635)
This commit is contained in:
@@ -36,5 +36,6 @@ type CodingContractNameEnumType = {
|
||||
EncryptionICaesarCipher: "Encryption I: Caesar Cipher";
|
||||
EncryptionIIVigenereCipher: "Encryption II: Vigenère Cipher";
|
||||
SquareRoot: "Square Root";
|
||||
TotalPrimesInRange: "Total Number of Primes";
|
||||
};
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user