CONTRACT: Addition of new "Total Number of Primes" contract (#2116)

This commit is contained in:
gmcew
2025-05-12 08:40:55 +01:00
committed by GitHub
parent 562142be9f
commit be2b5fac10
4 changed files with 89 additions and 0 deletions
+1
View File
@@ -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",
}