hw1: init

This commit is contained in:
2026-02-14 19:57:27 -08:00
parent e8f7818ec9
commit ca9f9baf8b
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);
}
}