Skip to content

Commit

Permalink
Update Strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mlvandijk committed Jul 11, 2024
1 parent 332fcf8 commit d8e82e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package com.jetbrains.tools;

public class IntelliJIDEA {
private final static String description = "Java, JVM and polyglot IDE";
private final static String description = "The Leading Java and Kotlin IDE";

public static void main(String[] args) {
var message = "There's so much more to do than simply say 'Hello World!'";
System.out.println(message);

var developer = new Developer(ProductivityLevel.HIGH);
developer.developWithPleasure("The Drive to Develop");
developer.developWithPleasure("Make it happen. With code.");
}

record Developer(ProductivityLevel level) {
Expand Down

0 comments on commit d8e82e7

Please sign in to comment.