Commit 9965c96d authored by cosmina.dunca's avatar cosmina.dunca

Exercise1

parent a8d3011a
......@@ -11,7 +11,7 @@ public class App {
String greetingString = "Hello";
String introductionString = "My name is Inigo Montoya";
String reminderString = "You killed my father";
String threatString = "Prepare to die!";
String threatString = "Prepare to die haha!";
System.out.println(greetingString + ", " + introductionString + ", " + reminderString + ", " + threatString);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment