Changeset 194 in Java_Quellcode_SOOP_Vorlesung for arrays/Run17.java
- Timestamp:
- Jan 18, 2016, 10:17:17 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arrays/Run17.java
r187 r194 10 10 11 11 public static void main(String[] args) throws FileNotFoundException { 12 File f = new File("src/eu/hsrw/tr/prog/ arrays/sudoku17.txt");12 File f = new File("src/eu/hsrw/tr/prog/vl/arrays/sudoku17.txt"); 13 13 14 TextFile.clearRAFile("src/eu/hsrw/tr/prog/ arrays/sudoku17r.txt");14 TextFile.clearRAFile("src/eu/hsrw/tr/prog/vl/arrays/sudoku17r.txt"); 15 15 16 16 Scanner input = new Scanner(f);
Note: See TracChangeset
for help on using the changeset viewer.