first commit

This commit is contained in:
2019-08-13 12:23:06 -05:00
commit 916073f43b
337 changed files with 23253 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
package Week7;
import java.io.File;
public class TestQ25 {
public static void main(String[] args) {
File file = new File(System.getProperty("user.dir")+"Penguins.txt");
}
}