change greeting
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
public class HelloWorld {
|
public class HelloWorld {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Hello world");
|
System.out.println("Hello tian!!!");
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user