We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af033d commit ed8b47dCopy full SHA for ed8b47d
1 file changed
src/main/java/hello/HelloWorld.java
@@ -2,17 +2,16 @@
2
/* Get a time library */
3
import org.joda.time.LocalTime;
4
5
-// Add a comment
+// this is my comment hello
6
7
-public class HelloWorld
+public class HelloWorld
8
{
9
/* master comment */
10
public static void main(String[] args) {
11
LocalTime currentTime = new LocalTime();
12
System.out.println("The current local time is: " + currentTime);
13
-
+
14
Greeter greeter = new Greeter();
15
System.out.println(greeter.sayHello());
16
}
17
18
0 commit comments