这里写你的提交说明,比如:修复XX功能
This commit is contained in:
@@ -4,10 +4,8 @@ package com.example;
|
||||
* Hello world!
|
||||
*
|
||||
*/
|
||||
public class App
|
||||
{
|
||||
public static void main( String[] args )
|
||||
{
|
||||
System.out.println( "Hello World!" );
|
||||
public class App {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello 12!");
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user