mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 20:37:05 +02:00
CONTRACT: Addition of new "Total Number of Primes" contract (#2116)
This commit is contained in:
@@ -27,4 +27,5 @@ export enum CodingContractName {
|
||||
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