Skip to content

Commit 5d0e661

Browse files
authored
Merge pull request #2 from vbetsch/develop
Develop
2 parents 7bbd351 + 7260bfe commit 5d0e661

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.idea/dictionaries/project.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/io/github/vbetsch/codecracker/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
public class Main {
44
static void main() {
55
CodeCracker codeCracker = new CodeCracker();
6-
IO.println(String.format("Hello world!"));
6+
IO.println("Hello world!");
77
System.out.println("Encrypted : " + codeCracker.encryptString("Hello world!"));
88
}
99
}

0 commit comments

Comments
 (0)