Skip to content

Commit b84f52b

Browse files
committed
Test
1 parent e2b3e64 commit b84f52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HelloWorld.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ public class HelloWorld
22
{
33
public static void main(String[] args)
44
{
5-
System.out.println("Hello, world!");
5+
System.out.pritln("Hello, world!");
66
}
77
}

0 commit comments

Comments
 (0)