@@ -551,7 +551,7 @@ Gui stuff
551551 - [ Optimized Implementation] ( ./growable_arrays/optimized_implementation.md )
552552 - [ Challenges] ( ./growable_arrays/challenges.md )
553553
554- # Interactive Programs II
554+ # Interactive Programs III
555555
556556- [ Command Line Arguments] ( ./command_line_arguments.md )
557557 - [ Accessing Arguments] ( ./command_line_arguments/accessing_arguments.md )
@@ -613,7 +613,7 @@ Gui stuff
613613 - [ Challenges] ( ./integers_ii/challenges.md )
614614
615615
616- # Interactive Programs III
616+ # Interactive Programs IV
617617
618618- [ Files] ( ./files.md )
619619 - [ Paths] ( ./files/paths.md )
@@ -876,8 +876,6 @@ Make them do one. -->
876876 - [ Method References] ( ./lambdas/method_references.md )
877877 - [ Inference] ( ./lambdas/inference.md )
878878 - [ Built-In Functional Interfaces] ( ./lambdas/built_in_functional_interfaces.md )
879- - [ Runnable] ( ./lambdas/runnable.md )
880- - [ Function] ( ./lambdas/function.md )
881879 - [ Checked Exceptions] ( ./lambdas/checked_exceptions.md )
882880 - [ Challenges] ( ./lambdas/challenges.md )
883881
@@ -964,14 +962,26 @@ TODO: Wait for hermetic java
964962 - [Matcher]()
965963 - [Pathological Cases]()
966964 - [Power]()
965+
966+ # Interactive Programs IV
967+
968+ - [Files II](./files_ii.md)
969+ - [List Files](./files_ii/list_files.md)
970+ - [Read Lines](./files_ii/read_lines.md)
971+ - [InputStream](./files_ii/input_stream.md)
972+ - [OutputStream](./files_ii/output_stream.md)
973+ - [Reader](./files_ii/reader.md)
974+ - [Writer](./files_ii/writer.md)
967975 -->
968976
977+
969978# Conclusion
970979
971980- [ What Now?] ( ./conclusion/what_now.md )
972981
973982
974983<!--
984+
975985- [Strings III 🚧]()
976986
977987Streams II
0 commit comments