保存进度!
This commit is contained in:
		@@ -1,13 +1,36 @@
 | 
			
		||||
/*
 | 
			
		||||
 * @Author: Kane
 | 
			
		||||
 * @Date: 2024-03-25 16:10:49
 | 
			
		||||
 * @LastEditors: Kane
 | 
			
		||||
 * @FilePath: /OnJava/src/main/java/org/kane/App.java
 | 
			
		||||
 * @Description: 
 | 
			
		||||
 * 
 | 
			
		||||
 * Copyright (c) ${2023} by Kane, All Rights Reserved. 
 | 
			
		||||
 */
 | 
			
		||||
package org.kane;
 | 
			
		||||
 | 
			
		||||
import java.math.BigInteger;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Hello world!
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
public class App 
 | 
			
		||||
public class App
 | 
			
		||||
{
 | 
			
		||||
    public static void main( String[] args )
 | 
			
		||||
    {
 | 
			
		||||
        BigInteger i = new BigInteger( "1233423453454354634565346", 10 );
 | 
			
		||||
 | 
			
		||||
        int[] arrayI =
 | 
			
		||||
        { 0, 0, 0, 1};
 | 
			
		||||
 | 
			
		||||
        {int x = 0;}
 | 
			
		||||
 | 
			
		||||
        {
 | 
			
		||||
            int x=2;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        System.out.println( i );
 | 
			
		||||
        System.out.println( "Hello World!" );
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user