first commit
This commit is contained in:
12
Lecture Notes/src/Week7/TestQ25.java
Normal file
12
Lecture Notes/src/Week7/TestQ25.java
Normal 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");
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user