We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b28b3 commit 0f3f949Copy full SHA for 0f3f949
src/test/java/com/thealgorithms/ciphers/CaesarTest.java
@@ -44,3 +44,4 @@ void caesarBruteForce() {
44
assertEquals("Encrypt this text", allPossibleAnswers[5]);
45
}
46
47
+// Nice code!
0 commit comments