保存进度!

This commit is contained in:
2024-03-25 18:41:26 +08:00
parent f3294182d8
commit 403220f94e
5 changed files with 94 additions and 7 deletions

View File

@@ -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!" );
}
}