把test.java救回来了

This commit is contained in:
2024-06-11 01:53:01 +08:00
parent d085000064
commit d753356d40
54 changed files with 1309 additions and 1297 deletions
+9 -9
View File
@@ -1,9 +1,9 @@
//TestArea.java
package Task4;
public class TestArea {
public static void main(String[] args) {
Rectangle r1 = new Rectangle(10.0, 20.0);
System.out.println(r1.toString());
}
}
//TestArea.java
package Task4;
public class TestArea {
public static void main(String[] args) {
Rectangle r1 = new Rectangle(10.0, 20.0);
System.out.println(r1.toString());
}
}