hw1: init

This commit is contained in:
2026-02-14 19:57:27 -08:00
parent 52e7e119b6
commit 09f11f0e8b
9 changed files with 281 additions and 0 deletions

5
hw1/Test.java Normal file
View File

@@ -0,0 +1,5 @@
public class Test {
public void main(String[] args) {
System.out.println(999999999999999999999 * 2);
}
}