add lab 14
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -52,7 +52,7 @@ public class ReadFileApplication {
|
||||
Integer.parseInt(str[6])
|
||||
);
|
||||
lines.add(new Line(p1, p2, color));
|
||||
} while (!line.isEmpty());
|
||||
} while (true);
|
||||
|
||||
System.out.println(lines.size() + " shapes found in csv file.");
|
||||
csvReader.close();
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
package lab14_recursivity;
|
||||
|
||||
public class App {
|
||||
public static void main(String[] args) throws Exception {
|
||||
System.out.println("Hello, World!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user