-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -800,8 +1029,8 @@
-
-
+
+
@@ -814,18 +1043,12 @@
-
-
-
-
-
-
-
-
-
+
+
+
@@ -833,13 +1056,7 @@
-
-
-
-
-
-
-
+
@@ -889,13 +1106,6 @@
-
-
-
-
-
-
-
@@ -933,23 +1143,15 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
+
@@ -1002,32 +1204,16 @@
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -1035,13 +1221,6 @@
-
-
-
-
-
-
-
@@ -1049,11 +1228,7 @@
-
-
-
-
-
+
@@ -1065,12 +1240,6 @@
-
-
-
-
-
-
@@ -1088,6 +1257,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Cargo.toml b/Cargo.toml
index 0a177e4..60c0578 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,10 +19,6 @@ winapi = { version = "0.3", features = ["winbase","winuser","consoleapi","proces
libc = "0.2"
termios = "0.3.0"
-[[bin]]
-name = "example_bin"
-path = "./examples/Crossterm 0.2.2 - New Version (Not finished)/bin.rs"
-
[lib]
name = "crossterm"
path = "src/lib.rs"
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/crossterm_type/mod.rs b/examples/Crossterm 0.2.2 - New Version (Not finished)/crossterm_type/mod.rs
deleted file mode 100644
index b5eebdc..0000000
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/crossterm_type/mod.rs
+++ /dev/null
@@ -1,67 +0,0 @@
-extern crate crossterm;
-
-use crossterm::Crossterm;
-
-/// use the `Crossterm` to get an instance to the cursor module | demonstration.
-pub fn use_crossterm_cursor()
-{
- let crossterm = Crossterm::new();
- let mut cursor = crossterm.cursor();
- cursor.goto(5,5).print("test");
-}
-
-use crossterm::style::Color;
-
-/// use the `Crossterm` to get an instance to the color module | demonstration.
-pub fn use_crossterm_color()
-{
- let crossterm = Crossterm::new();
- let mut color = crossterm.color();
- color.set_bg(Color::Red);
- color.set_fg(Color::Green);
-}
-
-use crossterm::terminal::ClearType;
-
-/// use the `Crossterm` to get an instance to the terminal module | demonstration.
-pub fn use_crossterm_terminal()
-{
- let crossterm = Crossterm::new();
- let mut terminal = crossterm.terminal();
- terminal.clear(ClearType::All);
- terminal.set_size(40,40);
-}
-
-/// paint text with colors using `Crossterm` | demonstration.
-pub fn use_crossterm_paint()
-{
- let crossterm = Crossterm::new();
- crossterm.paint("Black on BLUE").with(Color::Black).on(Color::Blue);
-}
-
-/// write text to terminal using `Crossterm` | demonstration.
-pub fn use_crossterm_write()
-{
- let crossterm = Crossterm::new();
- crossterm.write("some text \nsome text on new line");
-}
-
-/// Switch to alternate screen using the `Context` of `Crossterm` | demonstration.
-pub fn create_alternate_screen_from_crossterm()
-{
- use crossterm::screen::*;
- use std::convert::From;
-
- let crossterm = Crossterm::new();
-
- {
- // move into alternate screen
- let alternate_screen = AlternateScreen::from(crossterm.context());
-
- // this will move the cursor and print `some text` on the alternate screen.
- crossterm.cursor().goto(10, 10).print("Some text");
- } // <- alternate screen ends here an will be switched back to main screen.
-
- // print "Some other text" on the mainscreen at x: 0, y: 10
- crossterm.cursor().goto(0,10).print("Some other text");
-}
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/src/mod.rs b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/src/mod.rs
deleted file mode 100644
index bc82d48..0000000
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/src/mod.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-pub mod map;
-pub mod messages;
-pub mod variables;
-pub mod algorithm;
-pub mod main;
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/.rustc_info.json b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/.rustc_info.json
deleted file mode 100644
index f5c2080..0000000
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/.rustc_info.json
+++ /dev/null
@@ -1 +0,0 @@
-{"rustc_fingerprint":6123038087129977241,"outputs":{"1464629490410732173":["___.exe\nlib___.rlib\n___.dll\n___.dll\n___.lib\n___.dll\nC:\\Users\\Timon\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\ndebug_assertions\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"msvc\"\ntarget_family=\"windows\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_os=\"windows\"\ntarget_pointer_width=\"64\"\nwindows\n",""],"1617349019360157463":["___.exe\nlib___.rlib\n___.dll\n___.dll\n___.lib\n___.dll\nC:\\Users\\Timon\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\ndebug_assertions\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"msvc\"\ntarget_family=\"windows\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_os=\"windows\"\ntarget_pointer_width=\"64\"\nwindows\n",""],"1164083562126845933":["rustc 1.27.0 (3eda71b00 2018-06-19)\nbinary: rustc\ncommit-hash: 3eda71b00ad48d7bf4eef4c443e7f611fd061418\ncommit-date: 2018-06-19\nhost: x86_64-pc-windows-msvc\nrelease: 1.27.0\nLLVM version: 6.0\n",""]}}
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-65633a43a0cf0f73/dep-lib-crossterm-65633a43a0cf0f73 b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-65633a43a0cf0f73/dep-lib-crossterm-65633a43a0cf0f73
deleted file mode 100644
index 3be183a..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-65633a43a0cf0f73/dep-lib-crossterm-65633a43a0cf0f73 and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-65633a43a0cf0f73/lib-crossterm-65633a43a0cf0f73 b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-65633a43a0cf0f73/lib-crossterm-65633a43a0cf0f73
deleted file mode 100644
index 31f9c6a..0000000
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-65633a43a0cf0f73/lib-crossterm-65633a43a0cf0f73
+++ /dev/null
@@ -1 +0,0 @@
-26d55f1f7ddc6de5
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-65633a43a0cf0f73/lib-crossterm-65633a43a0cf0f73.json b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-65633a43a0cf0f73/lib-crossterm-65633a43a0cf0f73.json
deleted file mode 100644
index 8854999..0000000
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-65633a43a0cf0f73/lib-crossterm-65633a43a0cf0f73.json
+++ /dev/null
@@ -1 +0,0 @@
-{"rustc":505120086900794094,"features":"[]","target":1835671024820821591,"profile":13192692623843877417,"path":6941115698812798500,"deps":[["winapi v0.3.5","winapi",1778169349195837668]],"local":[{"MtimeBased":[[1531335804,768550500],".fingerprint\\crossterm-65633a43a0cf0f73\\dep-lib-crossterm-65633a43a0cf0f73"]}],"rustflags":[],"edition":"Edition2015"}
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-d547a13c2d7dd7e5/bin-first_depth_search-d547a13c2d7dd7e5 b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-d547a13c2d7dd7e5/bin-first_depth_search-d547a13c2d7dd7e5
deleted file mode 100644
index 52e561e..0000000
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-d547a13c2d7dd7e5/bin-first_depth_search-d547a13c2d7dd7e5
+++ /dev/null
@@ -1 +0,0 @@
-825170282ec25e1d
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-d547a13c2d7dd7e5/bin-first_depth_search-d547a13c2d7dd7e5.json b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-d547a13c2d7dd7e5/bin-first_depth_search-d547a13c2d7dd7e5.json
deleted file mode 100644
index c433e5d..0000000
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-d547a13c2d7dd7e5/bin-first_depth_search-d547a13c2d7dd7e5.json
+++ /dev/null
@@ -1 +0,0 @@
-{"rustc":505120086900794094,"features":"[]","target":16187384185378585901,"profile":13192692623843877417,"path":1036222786711178230,"deps":[["crossterm v0.2.0 (file:///C:/Users/Timon/Documents/Programming/rust/crossterm)","crossterm",16532112237102355750],["rand v0.4.2","rand",13520812317507890964]],"local":[{"MtimeBased":[[1531335805,617815400],".fingerprint\\first_depth_search-d547a13c2d7dd7e5\\dep-bin-first_depth_search-d547a13c2d7dd7e5"]}],"rustflags":[],"edition":"Edition2015"}
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-d547a13c2d7dd7e5/dep-bin-first_depth_search-d547a13c2d7dd7e5 b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-d547a13c2d7dd7e5/dep-bin-first_depth_search-d547a13c2d7dd7e5
deleted file mode 100644
index 5f7f60c..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-d547a13c2d7dd7e5/dep-bin-first_depth_search-d547a13c2d7dd7e5 and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/crossterm-65633a43a0cf0f73.d b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/crossterm-65633a43a0cf0f73.d
deleted file mode 100644
index 4fee4a2..0000000
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/crossterm-65633a43a0cf0f73.d
+++ /dev/null
@@ -1,44 +0,0 @@
-C:\Users\Timon\Documents\Programming\rust\crossterm\examples\Crossterm 0.2.2 - New Version (Not finished)\program_examples\first_depth_search\target\debug\deps\libcrossterm-65633a43a0cf0f73.rlib: C:\Users\Timon\Documents\Programming\rust\crossterm\src/lib.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\macros.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\crossterm.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\functions.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\traits.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\screen.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\ansi_support.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\cursor.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\kernel.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\terminal.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\command_manager.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\commands\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\commands\win_commands.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\commands\shared_commands.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\context.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\state_manager.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\cursor.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\ansi_cursor.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\winapi_cursor.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\manager.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\ansi_manager.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\win_manager.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\color.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\ansi_color.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\winapi_color.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\styles\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\styles\objectstyle.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\styles\styledobject.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\terminal.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\ansi_terminal.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\winapi_terminal.rs
-
-C:\Users\Timon\Documents\Programming\rust\crossterm\examples\Crossterm 0.2.2 - New Version (Not finished)\program_examples\first_depth_search\target\debug\deps\crossterm-65633a43a0cf0f73.d: C:\Users\Timon\Documents\Programming\rust\crossterm\src/lib.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\macros.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\crossterm.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\functions.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\traits.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\screen.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\ansi_support.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\cursor.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\kernel.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\terminal.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\command_manager.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\commands\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\commands\win_commands.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\commands\shared_commands.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\context.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\state_manager.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\cursor.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\ansi_cursor.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\winapi_cursor.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\manager.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\ansi_manager.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\win_manager.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\color.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\ansi_color.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\winapi_color.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\styles\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\styles\objectstyle.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\styles\styledobject.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\terminal.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\ansi_terminal.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\winapi_terminal.rs
-
-C:\Users\Timon\Documents\Programming\rust\crossterm\src/lib.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\mod.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\macros.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\crossterm.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\functions.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\traits.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\screen.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\mod.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\mod.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\ansi_support.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\cursor.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\kernel.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\terminal.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\mod.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\command_manager.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\commands\mod.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\commands\win_commands.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\commands\shared_commands.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\context.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\state_manager.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\mod.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\cursor.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\ansi_cursor.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\winapi_cursor.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\mod.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\manager.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\ansi_manager.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\win_manager.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\mod.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\mod.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\color.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\ansi_color.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\winapi_color.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\styles\mod.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\styles\objectstyle.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\styles\styledobject.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\mod.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\terminal.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\ansi_terminal.rs:
-C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\winapi_terminal.rs:
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-d547a13c2d7dd7e5.d b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-d547a13c2d7dd7e5.d
deleted file mode 100644
index 50e7a7b..0000000
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-d547a13c2d7dd7e5.d
+++ /dev/null
@@ -1,9 +0,0 @@
-C:\Users\Timon\Documents\Programming\rust\crossterm\examples\Crossterm 0.2.2 - New Version (Not finished)\program_examples\first_depth_search\target\debug\deps\first_depth_search-d547a13c2d7dd7e5.exe: src\main.rs src\map.rs src\algorithm.rs src\messages.rs src\variables.rs
-
-C:\Users\Timon\Documents\Programming\rust\crossterm\examples\Crossterm 0.2.2 - New Version (Not finished)\program_examples\first_depth_search\target\debug\deps\first_depth_search-d547a13c2d7dd7e5.d: src\main.rs src\map.rs src\algorithm.rs src\messages.rs src\variables.rs
-
-src\main.rs:
-src\map.rs:
-src\algorithm.rs:
-src\messages.rs:
-src\variables.rs:
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-d547a13c2d7dd7e5.exe b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-d547a13c2d7dd7e5.exe
deleted file mode 100644
index 9415555..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-d547a13c2d7dd7e5.exe and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-d547a13c2d7dd7e5.pdb b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-d547a13c2d7dd7e5.pdb
deleted file mode 100644
index fad891a..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-d547a13c2d7dd7e5.pdb and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/libcrossterm-65633a43a0cf0f73.rlib b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/libcrossterm-65633a43a0cf0f73.rlib
deleted file mode 100644
index b97ef80..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/libcrossterm-65633a43a0cf0f73.rlib and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/first_depth_search.d b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/first_depth_search.d
deleted file mode 100644
index f1ac334..0000000
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/first_depth_search.d
+++ /dev/null
@@ -1 +0,0 @@
-C:\Users\Timon\Documents\Programming\rust\crossterm\examples\Crossterm\ 0.2.2\ -\ New\ Version\ (Not\ finished)\program_examples\first_depth_search\target\debug\first_depth_search.pdb: C:\Users\Timon\Documents\Programming\rust\crossterm\examples\Crossterm\ 0.2.2\ -\ New\ Version\ (Not\ finished)\program_examples\first_depth_search\src\algorithm.rs C:\Users\Timon\Documents\Programming\rust\crossterm\examples\Crossterm\ 0.2.2\ -\ New\ Version\ (Not\ finished)\program_examples\first_depth_search\src\main.rs C:\Users\Timon\Documents\Programming\rust\crossterm\examples\Crossterm\ 0.2.2\ -\ New\ Version\ (Not\ finished)\program_examples\first_depth_search\src\map.rs C:\Users\Timon\Documents\Programming\rust\crossterm\examples\Crossterm\ 0.2.2\ -\ New\ Version\ (Not\ finished)\program_examples\first_depth_search\src\messages.rs C:\Users\Timon\Documents\Programming\rust\crossterm\examples\Crossterm\ 0.2.2\ -\ New\ Version\ (Not\ finished)\program_examples\first_depth_search\src\variables.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\ansi_cursor.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\cursor.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\cursor\winapi_cursor.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\ansi_support.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\cursor.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\kernel.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\kernel\windows_kernel\terminal.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src/lib.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\ansi_manager.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\manager.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\manager\win_manager.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\crossterm.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\functions.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\macros.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\screen.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\shared\traits.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\command_manager.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\commands\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\commands\shared_commands.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\commands\win_commands.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\context.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\state\state_manager.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\ansi_color.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\color.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\color\winapi_color.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\styles\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\styles\objectstyle.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\style\styles\styledobject.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\ansi_terminal.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\mod.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\terminal.rs C:\Users\Timon\Documents\Programming\rust\crossterm\src\terminal\winapi_terminal.rs
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/first_depth_search.exe b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/first_depth_search.exe
deleted file mode 100644
index 9415555..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/first_depth_search.exe and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/first_depth_search.pdb b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/first_depth_search.pdb
deleted file mode 100644
index fad891a..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/first_depth_search.pdb and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/13tprap6axy2fph1.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/13tprap6axy2fph1.bc.z
deleted file mode 100644
index 4d26dd1..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/13tprap6axy2fph1.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/13tprap6axy2fph1.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/13tprap6axy2fph1.o
deleted file mode 100644
index e5ff734..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/13tprap6axy2fph1.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/16i0u6jlhoj1fwbo.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/16i0u6jlhoj1fwbo.bc.z
deleted file mode 100644
index 1746555..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/16i0u6jlhoj1fwbo.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/16i0u6jlhoj1fwbo.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/16i0u6jlhoj1fwbo.o
deleted file mode 100644
index c6105f2..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/16i0u6jlhoj1fwbo.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/16u6js6g0l3k1ic6.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/16u6js6g0l3k1ic6.bc.z
deleted file mode 100644
index 3faad4b..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/16u6js6g0l3k1ic6.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/16u6js6g0l3k1ic6.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/16u6js6g0l3k1ic6.o
deleted file mode 100644
index 647f8b0..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/16u6js6g0l3k1ic6.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/17erb31xn70viq4b.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/17erb31xn70viq4b.bc.z
deleted file mode 100644
index b72cfdf..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/17erb31xn70viq4b.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/17erb31xn70viq4b.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/17erb31xn70viq4b.o
deleted file mode 100644
index a6b180f..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/17erb31xn70viq4b.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/181cuta0v63atwcm.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/181cuta0v63atwcm.bc.z
deleted file mode 100644
index 5e6c181..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/181cuta0v63atwcm.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/181cuta0v63atwcm.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/181cuta0v63atwcm.o
deleted file mode 100644
index 168099a..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/181cuta0v63atwcm.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1dqvxks6k2bzkxe.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1dqvxks6k2bzkxe.bc.z
deleted file mode 100644
index a8a7e21..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1dqvxks6k2bzkxe.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1dqvxks6k2bzkxe.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1dqvxks6k2bzkxe.o
deleted file mode 100644
index b42e75e..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1dqvxks6k2bzkxe.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1e698527iprj2v8f.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1e698527iprj2v8f.bc.z
deleted file mode 100644
index f5f4022..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1e698527iprj2v8f.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1e698527iprj2v8f.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1e698527iprj2v8f.o
deleted file mode 100644
index 7fbd3ef..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1e698527iprj2v8f.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1g3lwilq9cwv41qg.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1g3lwilq9cwv41qg.bc.z
deleted file mode 100644
index ded1e71..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1g3lwilq9cwv41qg.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1g3lwilq9cwv41qg.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1g3lwilq9cwv41qg.o
deleted file mode 100644
index 075360c..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1g3lwilq9cwv41qg.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1idjnqb23rob2tvo.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1idjnqb23rob2tvo.bc.z
deleted file mode 100644
index c8b07ff..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1idjnqb23rob2tvo.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1idjnqb23rob2tvo.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1idjnqb23rob2tvo.o
deleted file mode 100644
index 1e4d55b..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1idjnqb23rob2tvo.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1im38lueib99jsk0.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1im38lueib99jsk0.bc.z
deleted file mode 100644
index 890db79..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1im38lueib99jsk0.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1im38lueib99jsk0.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1im38lueib99jsk0.o
deleted file mode 100644
index 9dded5e..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1im38lueib99jsk0.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1jnlhyxj59jycbjv.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1jnlhyxj59jycbjv.bc.z
deleted file mode 100644
index 0df7ef6..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1jnlhyxj59jycbjv.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1jnlhyxj59jycbjv.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1jnlhyxj59jycbjv.o
deleted file mode 100644
index f4dc7f3..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1jnlhyxj59jycbjv.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1kmki6pxzfjx2xe.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1kmki6pxzfjx2xe.bc.z
deleted file mode 100644
index a1967ca..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1kmki6pxzfjx2xe.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1kmki6pxzfjx2xe.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1kmki6pxzfjx2xe.o
deleted file mode 100644
index 94be46b..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1kmki6pxzfjx2xe.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1la4tje1itocvqou.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1la4tje1itocvqou.bc.z
deleted file mode 100644
index 175e411..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1la4tje1itocvqou.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1la4tje1itocvqou.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1la4tje1itocvqou.o
deleted file mode 100644
index 6ddba62..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1la4tje1itocvqou.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1lelgpelve5cjj1b.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1lelgpelve5cjj1b.bc.z
deleted file mode 100644
index 91b361e..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1lelgpelve5cjj1b.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1lelgpelve5cjj1b.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1lelgpelve5cjj1b.o
deleted file mode 100644
index 462d7f4..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1lelgpelve5cjj1b.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1mvmz58owquyropc.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1mvmz58owquyropc.bc.z
deleted file mode 100644
index 4049e31..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1mvmz58owquyropc.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1mvmz58owquyropc.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1mvmz58owquyropc.o
deleted file mode 100644
index f9095bc..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1mvmz58owquyropc.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1o6b1la7g4jnv39b.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1o6b1la7g4jnv39b.bc.z
deleted file mode 100644
index 151ef23..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1o6b1la7g4jnv39b.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1o6b1la7g4jnv39b.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1o6b1la7g4jnv39b.o
deleted file mode 100644
index be70e6a..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1o6b1la7g4jnv39b.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1pyg38ew8eq184bu.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1pyg38ew8eq184bu.bc.z
deleted file mode 100644
index 1057320..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1pyg38ew8eq184bu.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1pyg38ew8eq184bu.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1pyg38ew8eq184bu.o
deleted file mode 100644
index b18e43a..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1pyg38ew8eq184bu.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1q8ffos2d96smbjs.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1q8ffos2d96smbjs.bc.z
deleted file mode 100644
index 1124895..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1q8ffos2d96smbjs.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1q8ffos2d96smbjs.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1q8ffos2d96smbjs.o
deleted file mode 100644
index 08665ba..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1q8ffos2d96smbjs.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1vut2eft6nlujjxr.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1vut2eft6nlujjxr.bc.z
deleted file mode 100644
index 073907d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1vut2eft6nlujjxr.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1vut2eft6nlujjxr.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1vut2eft6nlujjxr.o
deleted file mode 100644
index 53c8f57..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1vut2eft6nlujjxr.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1y16o1qfye96o7m0.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1y16o1qfye96o7m0.bc.z
deleted file mode 100644
index f08b88e..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1y16o1qfye96o7m0.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1y16o1qfye96o7m0.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1y16o1qfye96o7m0.o
deleted file mode 100644
index 4e93514..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1y16o1qfye96o7m0.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1zeawhkbeobww1zn.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1zeawhkbeobww1zn.bc.z
deleted file mode 100644
index dba722f..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1zeawhkbeobww1zn.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1zeawhkbeobww1zn.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1zeawhkbeobww1zn.o
deleted file mode 100644
index 16174c4..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1zeawhkbeobww1zn.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1zwd8n7bcl3vhvvh.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1zwd8n7bcl3vhvvh.bc.z
deleted file mode 100644
index 4ba8363..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1zwd8n7bcl3vhvvh.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1zwd8n7bcl3vhvvh.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1zwd8n7bcl3vhvvh.o
deleted file mode 100644
index 88b94b0..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/1zwd8n7bcl3vhvvh.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/20yz0abzwxh3fjn7.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/20yz0abzwxh3fjn7.bc.z
deleted file mode 100644
index ce29965..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/20yz0abzwxh3fjn7.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/20yz0abzwxh3fjn7.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/20yz0abzwxh3fjn7.o
deleted file mode 100644
index bd6ffb8..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/20yz0abzwxh3fjn7.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/23tqyymcb18u96mb.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/23tqyymcb18u96mb.bc.z
deleted file mode 100644
index 1691307..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/23tqyymcb18u96mb.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/23tqyymcb18u96mb.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/23tqyymcb18u96mb.o
deleted file mode 100644
index 268117b..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/23tqyymcb18u96mb.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/25gbt39o6swwbqw4.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/25gbt39o6swwbqw4.bc.z
deleted file mode 100644
index eb1e4d7..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/25gbt39o6swwbqw4.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/25gbt39o6swwbqw4.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/25gbt39o6swwbqw4.o
deleted file mode 100644
index b374dd7..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/25gbt39o6swwbqw4.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/26b9icpd1rxg15bl.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/26b9icpd1rxg15bl.bc.z
deleted file mode 100644
index 6589632..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/26b9icpd1rxg15bl.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/26b9icpd1rxg15bl.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/26b9icpd1rxg15bl.o
deleted file mode 100644
index c135489..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/26b9icpd1rxg15bl.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/28m6b5dkfoixx5aa.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/28m6b5dkfoixx5aa.bc.z
deleted file mode 100644
index 1b94f91..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/28m6b5dkfoixx5aa.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/28m6b5dkfoixx5aa.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/28m6b5dkfoixx5aa.o
deleted file mode 100644
index 0adb3e6..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/28m6b5dkfoixx5aa.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2i7eodbtd59z3zjl.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2i7eodbtd59z3zjl.bc.z
deleted file mode 100644
index a7eeb7d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2i7eodbtd59z3zjl.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2i7eodbtd59z3zjl.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2i7eodbtd59z3zjl.o
deleted file mode 100644
index 79dc0b1..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2i7eodbtd59z3zjl.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2jqywn86b2gsqohu.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2jqywn86b2gsqohu.bc.z
deleted file mode 100644
index 46e0a4a..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2jqywn86b2gsqohu.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2jqywn86b2gsqohu.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2jqywn86b2gsqohu.o
deleted file mode 100644
index 24574a6..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2jqywn86b2gsqohu.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2lyh15q6cjwzy18c.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2lyh15q6cjwzy18c.bc.z
deleted file mode 100644
index 5d6e53b..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2lyh15q6cjwzy18c.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2lyh15q6cjwzy18c.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2lyh15q6cjwzy18c.o
deleted file mode 100644
index 00cc1bd..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2lyh15q6cjwzy18c.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2pz6t7liqph9quwo.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2pz6t7liqph9quwo.bc.z
deleted file mode 100644
index ce2895c..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2pz6t7liqph9quwo.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2pz6t7liqph9quwo.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2pz6t7liqph9quwo.o
deleted file mode 100644
index 22e011d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2pz6t7liqph9quwo.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2q5257pdh5222n7q.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2q5257pdh5222n7q.bc.z
deleted file mode 100644
index 704a84d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2q5257pdh5222n7q.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2q5257pdh5222n7q.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2q5257pdh5222n7q.o
deleted file mode 100644
index d36ad9a..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2q5257pdh5222n7q.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2qhkzqx5zqexj20y.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2qhkzqx5zqexj20y.bc.z
deleted file mode 100644
index 7c981d5..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2qhkzqx5zqexj20y.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2qhkzqx5zqexj20y.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2qhkzqx5zqexj20y.o
deleted file mode 100644
index 4747ea5..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2qhkzqx5zqexj20y.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2r82puffnvvb8iic.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2r82puffnvvb8iic.bc.z
deleted file mode 100644
index 4d382e9..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2r82puffnvvb8iic.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2r82puffnvvb8iic.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2r82puffnvvb8iic.o
deleted file mode 100644
index 25ce53e..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2r82puffnvvb8iic.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2tz4y48d51occu5q.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2tz4y48d51occu5q.bc.z
deleted file mode 100644
index 32c69bf..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2tz4y48d51occu5q.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2tz4y48d51occu5q.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2tz4y48d51occu5q.o
deleted file mode 100644
index ac05a26..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2tz4y48d51occu5q.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2ujx3sbmswjw52yh.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2ujx3sbmswjw52yh.bc.z
deleted file mode 100644
index 4d38452..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2ujx3sbmswjw52yh.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2ujx3sbmswjw52yh.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2ujx3sbmswjw52yh.o
deleted file mode 100644
index 61359c1..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2ujx3sbmswjw52yh.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2w6xsa2hbi53xhak.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2w6xsa2hbi53xhak.bc.z
deleted file mode 100644
index 14a23c1..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2w6xsa2hbi53xhak.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2w6xsa2hbi53xhak.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2w6xsa2hbi53xhak.o
deleted file mode 100644
index 616710e..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2w6xsa2hbi53xhak.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2yjgu2y49f6dp64j.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2yjgu2y49f6dp64j.bc.z
deleted file mode 100644
index 7789d60..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2yjgu2y49f6dp64j.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2yjgu2y49f6dp64j.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2yjgu2y49f6dp64j.o
deleted file mode 100644
index d5e487a..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/2yjgu2y49f6dp64j.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3171x0bwu82dptu7.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3171x0bwu82dptu7.bc.z
deleted file mode 100644
index a19afae..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3171x0bwu82dptu7.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3171x0bwu82dptu7.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3171x0bwu82dptu7.o
deleted file mode 100644
index 46c46f4..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3171x0bwu82dptu7.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/31xvavktzzmtzg13.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/31xvavktzzmtzg13.bc.z
deleted file mode 100644
index 24a96ae..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/31xvavktzzmtzg13.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/31xvavktzzmtzg13.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/31xvavktzzmtzg13.o
deleted file mode 100644
index 11926d2..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/31xvavktzzmtzg13.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/38le3cr9pk2ij99x.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/38le3cr9pk2ij99x.bc.z
deleted file mode 100644
index 18afb2b..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/38le3cr9pk2ij99x.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/38le3cr9pk2ij99x.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/38le3cr9pk2ij99x.o
deleted file mode 100644
index 68fefd4..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/38le3cr9pk2ij99x.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/38ps4pa181wsnsy9.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/38ps4pa181wsnsy9.bc.z
deleted file mode 100644
index aefc797..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/38ps4pa181wsnsy9.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/38ps4pa181wsnsy9.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/38ps4pa181wsnsy9.o
deleted file mode 100644
index eb8ceae..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/38ps4pa181wsnsy9.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ayaeypdcro9d6yk.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ayaeypdcro9d6yk.bc.z
deleted file mode 100644
index f5e9635..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ayaeypdcro9d6yk.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ayaeypdcro9d6yk.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ayaeypdcro9d6yk.o
deleted file mode 100644
index dc0f627..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ayaeypdcro9d6yk.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3emkq4pcbtey8152.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3emkq4pcbtey8152.bc.z
deleted file mode 100644
index 8bee17d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3emkq4pcbtey8152.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3emkq4pcbtey8152.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3emkq4pcbtey8152.o
deleted file mode 100644
index c8bad4c..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3emkq4pcbtey8152.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ey2fuirvapj2it7.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ey2fuirvapj2it7.bc.z
deleted file mode 100644
index f04aad8..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ey2fuirvapj2it7.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ey2fuirvapj2it7.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ey2fuirvapj2it7.o
deleted file mode 100644
index 1438916..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ey2fuirvapj2it7.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3g94tobrpgum5dk6.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3g94tobrpgum5dk6.bc.z
deleted file mode 100644
index 0926b4a..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3g94tobrpgum5dk6.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3g94tobrpgum5dk6.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3g94tobrpgum5dk6.o
deleted file mode 100644
index 619063f..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3g94tobrpgum5dk6.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ik0x0hz6l66cx38.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ik0x0hz6l66cx38.bc.z
deleted file mode 100644
index 6a512e4..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ik0x0hz6l66cx38.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ik0x0hz6l66cx38.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ik0x0hz6l66cx38.o
deleted file mode 100644
index 84fd6dc..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ik0x0hz6l66cx38.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ldk0i2zxftngav8.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ldk0i2zxftngav8.bc.z
deleted file mode 100644
index 57ac82e..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ldk0i2zxftngav8.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ldk0i2zxftngav8.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ldk0i2zxftngav8.o
deleted file mode 100644
index 377fe4a..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3ldk0i2zxftngav8.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3oqznv5oym7l3m4e.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3oqznv5oym7l3m4e.bc.z
deleted file mode 100644
index 3cfb6da..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3oqznv5oym7l3m4e.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3oqznv5oym7l3m4e.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3oqznv5oym7l3m4e.o
deleted file mode 100644
index 1630d38..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3oqznv5oym7l3m4e.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3wta9ctgdrpkmlpr.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3wta9ctgdrpkmlpr.bc.z
deleted file mode 100644
index 5d6c016..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3wta9ctgdrpkmlpr.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3wta9ctgdrpkmlpr.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3wta9ctgdrpkmlpr.o
deleted file mode 100644
index 004196d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/3wta9ctgdrpkmlpr.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/41sd1w3yketxogqs.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/41sd1w3yketxogqs.bc.z
deleted file mode 100644
index f396bbf..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/41sd1w3yketxogqs.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/41sd1w3yketxogqs.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/41sd1w3yketxogqs.o
deleted file mode 100644
index 4fc6cd3..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/41sd1w3yketxogqs.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/42xfdk6gm7yqmzvg.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/42xfdk6gm7yqmzvg.bc.z
deleted file mode 100644
index fd27a70..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/42xfdk6gm7yqmzvg.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/42xfdk6gm7yqmzvg.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/42xfdk6gm7yqmzvg.o
deleted file mode 100644
index ac9dd7e..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/42xfdk6gm7yqmzvg.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/436dotimmrgzkwfa.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/436dotimmrgzkwfa.bc.z
deleted file mode 100644
index e2007a5..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/436dotimmrgzkwfa.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/436dotimmrgzkwfa.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/436dotimmrgzkwfa.o
deleted file mode 100644
index b354b79..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/436dotimmrgzkwfa.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/43v6g0y2xsxoggnt.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/43v6g0y2xsxoggnt.bc.z
deleted file mode 100644
index 734d56f..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/43v6g0y2xsxoggnt.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/43v6g0y2xsxoggnt.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/43v6g0y2xsxoggnt.o
deleted file mode 100644
index 4610257..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/43v6g0y2xsxoggnt.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/45pc7c65foh9i35f.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/45pc7c65foh9i35f.bc.z
deleted file mode 100644
index 513b555..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/45pc7c65foh9i35f.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/45pc7c65foh9i35f.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/45pc7c65foh9i35f.o
deleted file mode 100644
index 1563015..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/45pc7c65foh9i35f.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/47kb80rpg37n2ote.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/47kb80rpg37n2ote.bc.z
deleted file mode 100644
index af76a03..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/47kb80rpg37n2ote.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/47kb80rpg37n2ote.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/47kb80rpg37n2ote.o
deleted file mode 100644
index 5fb8e3c..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/47kb80rpg37n2ote.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/48721dc4k5qxei0u.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/48721dc4k5qxei0u.bc.z
deleted file mode 100644
index 98edcea..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/48721dc4k5qxei0u.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/48721dc4k5qxei0u.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/48721dc4k5qxei0u.o
deleted file mode 100644
index 2b7b074..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/48721dc4k5qxei0u.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49a7n47po4ttqjl7.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49a7n47po4ttqjl7.bc.z
deleted file mode 100644
index 42be386..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49a7n47po4ttqjl7.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49a7n47po4ttqjl7.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49a7n47po4ttqjl7.o
deleted file mode 100644
index 12d29f9..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49a7n47po4ttqjl7.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49lx1q7cxvpykyv0.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49lx1q7cxvpykyv0.bc.z
deleted file mode 100644
index 4349da1..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49lx1q7cxvpykyv0.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49lx1q7cxvpykyv0.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49lx1q7cxvpykyv0.o
deleted file mode 100644
index bc16373..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49lx1q7cxvpykyv0.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49qmpuk8w1opmi5q.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49qmpuk8w1opmi5q.bc.z
deleted file mode 100644
index 6eb3962..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49qmpuk8w1opmi5q.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49qmpuk8w1opmi5q.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49qmpuk8w1opmi5q.o
deleted file mode 100644
index 931b7c0..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/49qmpuk8w1opmi5q.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4b8ptp1vn215jmoe.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4b8ptp1vn215jmoe.bc.z
deleted file mode 100644
index c98f0d8..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4b8ptp1vn215jmoe.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4b8ptp1vn215jmoe.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4b8ptp1vn215jmoe.o
deleted file mode 100644
index 4cd42f9..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4b8ptp1vn215jmoe.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4bggn7q7s42t3ahg.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4bggn7q7s42t3ahg.bc.z
deleted file mode 100644
index d8f601c..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4bggn7q7s42t3ahg.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4bggn7q7s42t3ahg.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4bggn7q7s42t3ahg.o
deleted file mode 100644
index 6575921..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4bggn7q7s42t3ahg.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4bjn73m2gshf60v8.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4bjn73m2gshf60v8.bc.z
deleted file mode 100644
index 4b0fa91..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4bjn73m2gshf60v8.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4bjn73m2gshf60v8.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4bjn73m2gshf60v8.o
deleted file mode 100644
index f6cba72..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4bjn73m2gshf60v8.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4brwxiorhmgsb6oc.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4brwxiorhmgsb6oc.bc.z
deleted file mode 100644
index dc4c2fb..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4brwxiorhmgsb6oc.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4brwxiorhmgsb6oc.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4brwxiorhmgsb6oc.o
deleted file mode 100644
index 7ce60e1..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4brwxiorhmgsb6oc.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4cxyqmsl2ros1gyv.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4cxyqmsl2ros1gyv.bc.z
deleted file mode 100644
index 72c0740..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4cxyqmsl2ros1gyv.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4cxyqmsl2ros1gyv.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4cxyqmsl2ros1gyv.o
deleted file mode 100644
index 6d58561..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4cxyqmsl2ros1gyv.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4eaiea9zt8ealj1r.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4eaiea9zt8ealj1r.bc.z
deleted file mode 100644
index debe618..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4eaiea9zt8ealj1r.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4eaiea9zt8ealj1r.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4eaiea9zt8ealj1r.o
deleted file mode 100644
index 0676829..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4eaiea9zt8ealj1r.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4g47d2sx6m33abop.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4g47d2sx6m33abop.bc.z
deleted file mode 100644
index 7caf69a..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4g47d2sx6m33abop.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4g47d2sx6m33abop.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4g47d2sx6m33abop.o
deleted file mode 100644
index 811cbbf..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4g47d2sx6m33abop.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4hixfs0v2n1lvr33.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4hixfs0v2n1lvr33.bc.z
deleted file mode 100644
index d6beff5..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4hixfs0v2n1lvr33.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4hixfs0v2n1lvr33.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4hixfs0v2n1lvr33.o
deleted file mode 100644
index 30770fa..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4hixfs0v2n1lvr33.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4o152zi3ayro3ygt.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4o152zi3ayro3ygt.bc.z
deleted file mode 100644
index ddc16c7..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4o152zi3ayro3ygt.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4o152zi3ayro3ygt.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4o152zi3ayro3ygt.o
deleted file mode 100644
index 0e71e3d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4o152zi3ayro3ygt.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4r23sjj72r90nor6.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4r23sjj72r90nor6.bc.z
deleted file mode 100644
index 5f04453..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4r23sjj72r90nor6.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4r23sjj72r90nor6.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4r23sjj72r90nor6.o
deleted file mode 100644
index 86d96a7..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4r23sjj72r90nor6.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4sdt5uofoy0vrzjl.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4sdt5uofoy0vrzjl.bc.z
deleted file mode 100644
index 3cf6ca9..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4sdt5uofoy0vrzjl.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4sdt5uofoy0vrzjl.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4sdt5uofoy0vrzjl.o
deleted file mode 100644
index 6fb1c6d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4sdt5uofoy0vrzjl.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4sw9hz7i7fiueihz.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4sw9hz7i7fiueihz.bc.z
deleted file mode 100644
index dd7cc44..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4sw9hz7i7fiueihz.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4sw9hz7i7fiueihz.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4sw9hz7i7fiueihz.o
deleted file mode 100644
index f955fa4..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4sw9hz7i7fiueihz.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4uabefc56mlk4yon.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4uabefc56mlk4yon.bc.z
deleted file mode 100644
index ebd6025..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4uabefc56mlk4yon.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4uabefc56mlk4yon.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4uabefc56mlk4yon.o
deleted file mode 100644
index 295923d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4uabefc56mlk4yon.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4xq48u46a1pwiqn7.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4xq48u46a1pwiqn7.bc.z
deleted file mode 100644
index 4c81d4f..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4xq48u46a1pwiqn7.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4xq48u46a1pwiqn7.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4xq48u46a1pwiqn7.o
deleted file mode 100644
index a252d95..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4xq48u46a1pwiqn7.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4xuhwz5yy6q4gvgg.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4xuhwz5yy6q4gvgg.bc.z
deleted file mode 100644
index a3a5703..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4xuhwz5yy6q4gvgg.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4xuhwz5yy6q4gvgg.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4xuhwz5yy6q4gvgg.o
deleted file mode 100644
index 95678ef..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4xuhwz5yy6q4gvgg.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4yh8x2b62dcih00t.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4yh8x2b62dcih00t.bc.z
deleted file mode 100644
index 6d9e42d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4yh8x2b62dcih00t.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4yh8x2b62dcih00t.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4yh8x2b62dcih00t.o
deleted file mode 100644
index 12d7951..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4yh8x2b62dcih00t.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4ypvbwho0bu5tnww.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4ypvbwho0bu5tnww.bc.z
deleted file mode 100644
index 7ee1df9..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4ypvbwho0bu5tnww.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4ypvbwho0bu5tnww.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4ypvbwho0bu5tnww.o
deleted file mode 100644
index 421e9d9..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/4ypvbwho0bu5tnww.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/51s1w397y42gpez1.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/51s1w397y42gpez1.bc.z
deleted file mode 100644
index 9c5f13d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/51s1w397y42gpez1.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/51s1w397y42gpez1.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/51s1w397y42gpez1.o
deleted file mode 100644
index 74b539c..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/51s1w397y42gpez1.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/53y8zwkrh9s36vgc.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/53y8zwkrh9s36vgc.bc.z
deleted file mode 100644
index c641642..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/53y8zwkrh9s36vgc.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/53y8zwkrh9s36vgc.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/53y8zwkrh9s36vgc.o
deleted file mode 100644
index f746f31..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/53y8zwkrh9s36vgc.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5544xgl7axh7p8nz.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5544xgl7axh7p8nz.bc.z
deleted file mode 100644
index aa3acab..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5544xgl7axh7p8nz.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5544xgl7axh7p8nz.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5544xgl7axh7p8nz.o
deleted file mode 100644
index 6dd7a66..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5544xgl7axh7p8nz.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/572bgozz9kcwe4zq.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/572bgozz9kcwe4zq.bc.z
deleted file mode 100644
index bc5f212..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/572bgozz9kcwe4zq.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/572bgozz9kcwe4zq.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/572bgozz9kcwe4zq.o
deleted file mode 100644
index d1cf608..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/572bgozz9kcwe4zq.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/57k06xfugllsc526.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/57k06xfugllsc526.bc.z
deleted file mode 100644
index 296d8bd..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/57k06xfugllsc526.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/57k06xfugllsc526.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/57k06xfugllsc526.o
deleted file mode 100644
index 5a5cb47..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/57k06xfugllsc526.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5a73v0m30absukhd.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5a73v0m30absukhd.bc.z
deleted file mode 100644
index 841e8eb..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5a73v0m30absukhd.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5a73v0m30absukhd.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5a73v0m30absukhd.o
deleted file mode 100644
index 7138867..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5a73v0m30absukhd.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5b9pfgjsd97fy2a3.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5b9pfgjsd97fy2a3.bc.z
deleted file mode 100644
index fcc8179..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5b9pfgjsd97fy2a3.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5b9pfgjsd97fy2a3.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5b9pfgjsd97fy2a3.o
deleted file mode 100644
index 36eb55d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5b9pfgjsd97fy2a3.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5beqqbexwb143v6a.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5beqqbexwb143v6a.bc.z
deleted file mode 100644
index 5cf6741..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5beqqbexwb143v6a.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5beqqbexwb143v6a.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5beqqbexwb143v6a.o
deleted file mode 100644
index a254356..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5beqqbexwb143v6a.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5frs3mx5dzjbj7u6.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5frs3mx5dzjbj7u6.bc.z
deleted file mode 100644
index b82b262..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5frs3mx5dzjbj7u6.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5frs3mx5dzjbj7u6.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5frs3mx5dzjbj7u6.o
deleted file mode 100644
index b23b536..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5frs3mx5dzjbj7u6.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5gstmer6jle7s6lw.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5gstmer6jle7s6lw.bc.z
deleted file mode 100644
index b7671b2..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5gstmer6jle7s6lw.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5gstmer6jle7s6lw.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5gstmer6jle7s6lw.o
deleted file mode 100644
index 4a48d5f..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/5gstmer6jle7s6lw.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/63mmpc50mjcb0lb.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/63mmpc50mjcb0lb.bc.z
deleted file mode 100644
index 5f52ef5..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/63mmpc50mjcb0lb.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/63mmpc50mjcb0lb.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/63mmpc50mjcb0lb.o
deleted file mode 100644
index aae58d5..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/63mmpc50mjcb0lb.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/7p53qlves2rwxx0.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/7p53qlves2rwxx0.bc.z
deleted file mode 100644
index 0f27409..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/7p53qlves2rwxx0.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/7p53qlves2rwxx0.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/7p53qlves2rwxx0.o
deleted file mode 100644
index 806c490..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/7p53qlves2rwxx0.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/81jpvh8cn5k8ng8.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/81jpvh8cn5k8ng8.bc.z
deleted file mode 100644
index 127aea1..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/81jpvh8cn5k8ng8.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/81jpvh8cn5k8ng8.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/81jpvh8cn5k8ng8.o
deleted file mode 100644
index db5c345..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/81jpvh8cn5k8ng8.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/8xzrsc1ux72v29j.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/8xzrsc1ux72v29j.bc.z
deleted file mode 100644
index 588e67b..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/8xzrsc1ux72v29j.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/8xzrsc1ux72v29j.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/8xzrsc1ux72v29j.o
deleted file mode 100644
index 243c677..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/8xzrsc1ux72v29j.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/98g0d9x8aw3akpe.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/98g0d9x8aw3akpe.bc.z
deleted file mode 100644
index 1a8a664..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/98g0d9x8aw3akpe.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/98g0d9x8aw3akpe.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/98g0d9x8aw3akpe.o
deleted file mode 100644
index f1c895c..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/98g0d9x8aw3akpe.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/9elsx31vb4it187.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/9elsx31vb4it187.bc.z
deleted file mode 100644
index 8a198fb..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/9elsx31vb4it187.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/9elsx31vb4it187.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/9elsx31vb4it187.o
deleted file mode 100644
index 3b6893b..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/9elsx31vb4it187.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/c6lbtaiefvx3wya.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/c6lbtaiefvx3wya.bc.z
deleted file mode 100644
index 3404ce6..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/c6lbtaiefvx3wya.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/c6lbtaiefvx3wya.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/c6lbtaiefvx3wya.o
deleted file mode 100644
index e29419b..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/c6lbtaiefvx3wya.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/dep-graph.bin b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/dep-graph.bin
deleted file mode 100644
index 134040e..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/dep-graph.bin and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/e19kx9t7xhzajfl.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/e19kx9t7xhzajfl.bc.z
deleted file mode 100644
index efc5396..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/e19kx9t7xhzajfl.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/e19kx9t7xhzajfl.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/e19kx9t7xhzajfl.o
deleted file mode 100644
index affbf08..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/e19kx9t7xhzajfl.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/gon14xphovlcp6p.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/gon14xphovlcp6p.bc.z
deleted file mode 100644
index 4f59839..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/gon14xphovlcp6p.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/gon14xphovlcp6p.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/gon14xphovlcp6p.o
deleted file mode 100644
index b3f59c9..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/gon14xphovlcp6p.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/icg978apoib7qls.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/icg978apoib7qls.bc.z
deleted file mode 100644
index f4554b0..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/icg978apoib7qls.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/icg978apoib7qls.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/icg978apoib7qls.o
deleted file mode 100644
index 61fc385..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/icg978apoib7qls.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/mb501chi8fnqgmm.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/mb501chi8fnqgmm.bc.z
deleted file mode 100644
index 809d01b..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/mb501chi8fnqgmm.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/mb501chi8fnqgmm.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/mb501chi8fnqgmm.o
deleted file mode 100644
index 0f7fc8b..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/mb501chi8fnqgmm.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/pqmjx25qpxkduz7.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/pqmjx25qpxkduz7.bc.z
deleted file mode 100644
index ed27886..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/pqmjx25qpxkduz7.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/pqmjx25qpxkduz7.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/pqmjx25qpxkduz7.o
deleted file mode 100644
index 53179b5..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/pqmjx25qpxkduz7.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/query-cache.bin b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/query-cache.bin
deleted file mode 100644
index 6480542..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/query-cache.bin and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/sjcqfz2ncn1dupz.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/sjcqfz2ncn1dupz.bc.z
deleted file mode 100644
index 3551475..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/sjcqfz2ncn1dupz.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/sjcqfz2ncn1dupz.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/sjcqfz2ncn1dupz.o
deleted file mode 100644
index bd6b756..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/sjcqfz2ncn1dupz.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/w0jv91bi96sjrx4.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/w0jv91bi96sjrx4.bc.z
deleted file mode 100644
index 02144c9..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/w0jv91bi96sjrx4.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/w0jv91bi96sjrx4.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/w0jv91bi96sjrx4.o
deleted file mode 100644
index 2125ea6..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/w0jv91bi96sjrx4.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/work-products.bin b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/work-products.bin
deleted file mode 100644
index 697419c..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/work-products.bin and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/y08g5q2x813c4wx.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/y08g5q2x813c4wx.bc.z
deleted file mode 100644
index ea0a51f..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/y08g5q2x813c4wx.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/y08g5q2x813c4wx.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/y08g5q2x813c4wx.o
deleted file mode 100644
index 575d853..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/y08g5q2x813c4wx.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/z9ox7biyn1otfln.bc.z b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/z9ox7biyn1otfln.bc.z
deleted file mode 100644
index 82ed14b..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/z9ox7biyn1otfln.bc.z and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/z9ox7biyn1otfln.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/z9ox7biyn1otfln.o
deleted file mode 100644
index 90ff251..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20-1bxgeelkvy2y4/z9ox7biyn1otfln.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/10ygozpgsu0ud2lu.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/10ygozpgsu0ud2lu.o
deleted file mode 100644
index 587a060..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/10ygozpgsu0ud2lu.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/16u6js6g0l3k1ic6.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/16u6js6g0l3k1ic6.o
deleted file mode 100644
index 9a82882..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/16u6js6g0l3k1ic6.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/181cuta0v63atwcm.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/181cuta0v63atwcm.o
deleted file mode 100644
index 92474d7..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/181cuta0v63atwcm.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1bq5qje1qm23749i.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1bq5qje1qm23749i.o
deleted file mode 100644
index 399a0ad..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1bq5qje1qm23749i.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1dqvxks6k2bzkxe.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1dqvxks6k2bzkxe.o
deleted file mode 100644
index 7ad2495..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1dqvxks6k2bzkxe.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1idjnqb23rob2tvo.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1idjnqb23rob2tvo.o
deleted file mode 100644
index 19339a6..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1idjnqb23rob2tvo.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1im38lueib99jsk0.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1im38lueib99jsk0.o
deleted file mode 100644
index 5a0965c..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1im38lueib99jsk0.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1lelgpelve5cjj1b.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1lelgpelve5cjj1b.o
deleted file mode 100644
index 4e3211b..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1lelgpelve5cjj1b.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1me60hlgb7a3ij3y.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1me60hlgb7a3ij3y.o
deleted file mode 100644
index 4efa378..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1me60hlgb7a3ij3y.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1y16o1qfye96o7m0.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1y16o1qfye96o7m0.o
deleted file mode 100644
index 03eb342..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/1y16o1qfye96o7m0.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/23tqyymcb18u96mb.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/23tqyymcb18u96mb.o
deleted file mode 100644
index 25507c4..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/23tqyymcb18u96mb.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2ag0e2gyqzteo5lh.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2ag0e2gyqzteo5lh.o
deleted file mode 100644
index 88d77e6..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2ag0e2gyqzteo5lh.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2areh0j5h114qj0h.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2areh0j5h114qj0h.o
deleted file mode 100644
index 3337a1b..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2areh0j5h114qj0h.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2jqywn86b2gsqohu.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2jqywn86b2gsqohu.o
deleted file mode 100644
index 18ee8c9..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2jqywn86b2gsqohu.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2lyh15q6cjwzy18c.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2lyh15q6cjwzy18c.o
deleted file mode 100644
index bca6ce2..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2lyh15q6cjwzy18c.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2q5257pdh5222n7q.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2q5257pdh5222n7q.o
deleted file mode 100644
index 5e6cae0..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2q5257pdh5222n7q.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2r82puffnvvb8iic.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2r82puffnvvb8iic.o
deleted file mode 100644
index 38afa5d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2r82puffnvvb8iic.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2yf0izvq9wmxs9a5.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2yf0izvq9wmxs9a5.o
deleted file mode 100644
index 55b64d7..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/2yf0izvq9wmxs9a5.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/3ayaeypdcro9d6yk.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/3ayaeypdcro9d6yk.o
deleted file mode 100644
index 332f83d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/3ayaeypdcro9d6yk.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/3hfnnvlph5ozv32c.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/3hfnnvlph5ozv32c.o
deleted file mode 100644
index 14154b1..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/3hfnnvlph5ozv32c.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/3kfx4ynvkmi2y9i5.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/3kfx4ynvkmi2y9i5.o
deleted file mode 100644
index 724eae6..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/3kfx4ynvkmi2y9i5.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/3rngp6bm2u2q5z0y.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/3rngp6bm2u2q5z0y.o
deleted file mode 100644
index 37bd9aa..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/3rngp6bm2u2q5z0y.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/3wta9ctgdrpkmlpr.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/3wta9ctgdrpkmlpr.o
deleted file mode 100644
index 4f268ff..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/3wta9ctgdrpkmlpr.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/42pcprhl8qosvo9v.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/42pcprhl8qosvo9v.o
deleted file mode 100644
index 8ccd8d8..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/42pcprhl8qosvo9v.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/43v6g0y2xsxoggnt.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/43v6g0y2xsxoggnt.o
deleted file mode 100644
index 3532b66..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/43v6g0y2xsxoggnt.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/44fwlp5wvpf2x6hd.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/44fwlp5wvpf2x6hd.o
deleted file mode 100644
index 0fd0ac4..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/44fwlp5wvpf2x6hd.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/48721dc4k5qxei0u.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/48721dc4k5qxei0u.o
deleted file mode 100644
index 7048303..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/48721dc4k5qxei0u.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/49a7n47po4ttqjl7.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/49a7n47po4ttqjl7.o
deleted file mode 100644
index 38bb165..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/49a7n47po4ttqjl7.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4gbgp5a7xd4lch9n.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4gbgp5a7xd4lch9n.o
deleted file mode 100644
index 44a918a..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4gbgp5a7xd4lch9n.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4oc10dk278mpk1vy.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4oc10dk278mpk1vy.o
deleted file mode 100644
index e9705d4..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4oc10dk278mpk1vy.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4x335n22m9teucop.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4x335n22m9teucop.o
deleted file mode 100644
index 4914771..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4x335n22m9teucop.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4xq48u46a1pwiqn7.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4xq48u46a1pwiqn7.o
deleted file mode 100644
index 97eb63d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4xq48u46a1pwiqn7.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4yh8x2b62dcih00t.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4yh8x2b62dcih00t.o
deleted file mode 100644
index 79800d8..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4yh8x2b62dcih00t.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4ypvbwho0bu5tnww.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4ypvbwho0bu5tnww.o
deleted file mode 100644
index 8e5d721..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/4ypvbwho0bu5tnww.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/5ff8tflogd3ohf7d.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/5ff8tflogd3ohf7d.o
deleted file mode 100644
index 1754ff3..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/5ff8tflogd3ohf7d.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/7p53qlves2rwxx0.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/7p53qlves2rwxx0.o
deleted file mode 100644
index da66017..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/7p53qlves2rwxx0.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/8xzrsc1ux72v29j.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/8xzrsc1ux72v29j.o
deleted file mode 100644
index 8d17cb2..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/8xzrsc1ux72v29j.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/98g0d9x8aw3akpe.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/98g0d9x8aw3akpe.o
deleted file mode 100644
index 85b429d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/98g0d9x8aw3akpe.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/9elsx31vb4it187.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/9elsx31vb4it187.o
deleted file mode 100644
index 50d3bf3..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/9elsx31vb4it187.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/axa40e43gxrjm3m.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/axa40e43gxrjm3m.o
deleted file mode 100644
index c6ca4bc..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/axa40e43gxrjm3m.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/axtihhkbvxh0bzs.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/axtihhkbvxh0bzs.o
deleted file mode 100644
index e87e103..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/axtihhkbvxh0bzs.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/bgnho0tqnbm6uhe.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/bgnho0tqnbm6uhe.o
deleted file mode 100644
index bc58640..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/bgnho0tqnbm6uhe.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/c6lbtaiefvx3wya.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/c6lbtaiefvx3wya.o
deleted file mode 100644
index 468bfbf..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/c6lbtaiefvx3wya.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/dep-graph.bin b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/dep-graph.bin
deleted file mode 100644
index c3d095d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/dep-graph.bin and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/kclyx7of0fal6jf.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/kclyx7of0fal6jf.o
deleted file mode 100644
index 2259f9e..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/kclyx7of0fal6jf.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/query-cache.bin b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/query-cache.bin
deleted file mode 100644
index 67bf325..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/query-cache.bin and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/v6ozwtpojmqfurc.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/v6ozwtpojmqfurc.o
deleted file mode 100644
index f73e96c..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/v6ozwtpojmqfurc.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/work-products.bin b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/work-products.bin
deleted file mode 100644
index 9806239..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/work-products.bin and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/y08g5q2x813c4wx.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/y08g5q2x813c4wx.o
deleted file mode 100644
index 358df1d..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/y08g5q2x813c4wx.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/z9ox7biyn1otfln.o b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/z9ox7biyn1otfln.o
deleted file mode 100644
index 391e081..0000000
Binary files a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6-162qg4sydy749/z9ox7biyn1otfln.o and /dev/null differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6.lock b/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-kmk4glhn9wf3/s-f2t9yg94gs-14i21x6.lock
deleted file mode 100644
index e69de29..0000000
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/README.md b/examples/Crossterm 0.2.3/README.md
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/README.md
rename to examples/Crossterm 0.2.3/README.md
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/bin.rs b/examples/Crossterm 0.2.3/bin.rs
similarity index 76%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/bin.rs
rename to examples/Crossterm 0.2.3/bin.rs
index 3922cf8..29396da 100644
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/bin.rs
+++ b/examples/Crossterm 0.2.3/bin.rs
@@ -15,9 +15,7 @@ extern crate crossterm;
mod color;
mod cursor;
mod terminal;
-mod crossterm_type;
fn main() {
- use crossterm_type::create_alternate_screen_from_crossterm;
- create_alternate_screen_from_crossterm();
+ // some code to try out the examples.
}
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/color/mod.rs b/examples/Crossterm 0.2.3/color/mod.rs
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/color/mod.rs
rename to examples/Crossterm 0.2.3/color/mod.rs
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/cursor/mod.rs b/examples/Crossterm 0.2.3/cursor/mod.rs
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/cursor/mod.rs
rename to examples/Crossterm 0.2.3/cursor/mod.rs
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/README.md b/examples/Crossterm 0.2.3/program_examples/README.md
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/README.md
rename to examples/Crossterm 0.2.3/program_examples/README.md
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/Cargo.toml b/examples/Crossterm 0.2.3/program_examples/first_depth_search/Cargo.toml
similarity index 65%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/Cargo.toml
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/Cargo.toml
index b5ed68d..7870c13 100644
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/Cargo.toml
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["TimonPost "]
[dependencies]
rand = "0.4.2"
-crossterm = { path = "../../../../" }
-
+[dependencies.crossterm]
+ path = "../../../../"
+branch = "development"
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/src/algorithm.rs b/examples/Crossterm 0.2.3/program_examples/first_depth_search/src/algorithm.rs
similarity index 98%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/src/algorithm.rs
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/src/algorithm.rs
index 6eca074..f7b33db 100644
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/src/algorithm.rs
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/src/algorithm.rs
@@ -73,7 +73,7 @@ impl<'crossterm> FirstDepthSearch<'crossterm>
cursor.goto(x,y).print(cell);
::std::io::stdout().flush();
- thread::sleep(time::Duration::from_millis(1));
+ thread::sleep(time::Duration::from_millis(2));
}
}
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/src/main.rs b/examples/Crossterm 0.2.3/program_examples/first_depth_search/src/main.rs
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/src/main.rs
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/src/main.rs
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/src/map.rs b/examples/Crossterm 0.2.3/program_examples/first_depth_search/src/map.rs
similarity index 77%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/src/map.rs
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/src/map.rs
index 582e808..b86d813 100644
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/src/map.rs
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/src/map.rs
@@ -49,15 +49,15 @@ impl Map
for row in self.map.iter_mut()
{
for column in row.iter_mut()
- {
- // we only have to render the walls
- if (column.position.y == 0 || column.position.y == self.size.height - 1) || (column.position.x == 0 || column.position.x == self.size.width - 1)
- {
- let cell_style = crossterm.paint(column.look).on(column.color);
- cursor.goto(column.position.x as u16, column.position.y as u16)
- .print(cell_style);
- }
- }
+ {
+ // we only have to render the walls
+ if (column.position.y == 0 || column.position.y == self.size.height - 1) || (column.position.x == 0 || column.position.x == self.size.width - 1)
+ {
+ let cell_style = crossterm.paint(column.look).on(column.color);
+ cursor.goto(column.position.x as u16, column.position.y as u16)
+ .print(cell_style);
+ }
+ }
}
}
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/src/messages.rs b/examples/Crossterm 0.2.3/program_examples/first_depth_search/src/messages.rs
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/src/messages.rs
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/src/messages.rs
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/src/mod.rs b/examples/Crossterm 0.2.3/program_examples/first_depth_search/src/mod.rs
new file mode 100644
index 0000000..53456b6
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/src/mod.rs
@@ -0,0 +1,4 @@
+mod map;
+mod messages;
+mod variables;
+mod algorithm;
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/src/variables.rs b/examples/Crossterm 0.2.3/program_examples/first_depth_search/src/variables.rs
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/src/variables.rs
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/src/variables.rs
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/.rustc_info.json b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/.rustc_info.json
new file mode 100644
index 0000000..01431b9
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/.rustc_info.json
@@ -0,0 +1 @@
+{"rustc_fingerprint":8647232868903026531,"outputs":{"1617349019360157463":["___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/timonpost/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\ndebug_assertions\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\nunix\n",""],"1164083562126845933":["rustc 1.27.0 (3eda71b00 2018-06-19)\nbinary: rustc\ncommit-hash: 3eda71b00ad48d7bf4eef4c443e7f611fd061418\ncommit-date: 2018-06-19\nhost: x86_64-unknown-linux-gnu\nrelease: 1.27.0\nLLVM version: 6.0\n",""],"15337506775154344876":["___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/timonpost/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\ndebug_assertions\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\nunix\n",""]}}
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.cargo-lock b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.cargo-lock
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.cargo-lock
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.cargo-lock
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-024f015e49345722/dep-lib-crossterm-024f015e49345722 b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-024f015e49345722/dep-lib-crossterm-024f015e49345722
new file mode 100644
index 0000000..9f3fc6d
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-024f015e49345722/dep-lib-crossterm-024f015e49345722 differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-024f015e49345722/lib-crossterm-024f015e49345722 b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-024f015e49345722/lib-crossterm-024f015e49345722
new file mode 100644
index 0000000..999b48c
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-024f015e49345722/lib-crossterm-024f015e49345722
@@ -0,0 +1 @@
+4f9d5b1768d559df
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-024f015e49345722/lib-crossterm-024f015e49345722.json b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-024f015e49345722/lib-crossterm-024f015e49345722.json
new file mode 100644
index 0000000..1e697b0
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-024f015e49345722/lib-crossterm-024f015e49345722.json
@@ -0,0 +1 @@
+{"rustc":17859320367814235581,"features":"[]","target":1835671024820821591,"profile":9731924280612788042,"path":5874237414778743863,"deps":[["libc v0.2.42","libc",7021846413676180619],["termios v0.3.0","termios",225527280915896466]],"local":[{"MtimeBased":[[1531417484,933431388],".fingerprint/crossterm-024f015e49345722/dep-lib-crossterm-024f015e49345722"]}],"rustflags":[],"edition":"Edition2015"}
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-5f9f68198c107c92/dep-lib-crossterm-5f9f68198c107c92 b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-5f9f68198c107c92/dep-lib-crossterm-5f9f68198c107c92
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-5f9f68198c107c92/dep-lib-crossterm-5f9f68198c107c92
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-5f9f68198c107c92/dep-lib-crossterm-5f9f68198c107c92
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-5f9f68198c107c92/lib-crossterm-5f9f68198c107c92 b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-5f9f68198c107c92/lib-crossterm-5f9f68198c107c92
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-5f9f68198c107c92/lib-crossterm-5f9f68198c107c92
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-5f9f68198c107c92/lib-crossterm-5f9f68198c107c92
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-5f9f68198c107c92/lib-crossterm-5f9f68198c107c92.json b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-5f9f68198c107c92/lib-crossterm-5f9f68198c107c92.json
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-5f9f68198c107c92/lib-crossterm-5f9f68198c107c92.json
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-5f9f68198c107c92/lib-crossterm-5f9f68198c107c92.json
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-8f61ecf1c102428d/dep-lib-crossterm-8f61ecf1c102428d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-8f61ecf1c102428d/dep-lib-crossterm-8f61ecf1c102428d
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-8f61ecf1c102428d/dep-lib-crossterm-8f61ecf1c102428d
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-8f61ecf1c102428d/dep-lib-crossterm-8f61ecf1c102428d
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-8f61ecf1c102428d/lib-crossterm-8f61ecf1c102428d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-8f61ecf1c102428d/lib-crossterm-8f61ecf1c102428d
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-8f61ecf1c102428d/lib-crossterm-8f61ecf1c102428d
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-8f61ecf1c102428d/lib-crossterm-8f61ecf1c102428d
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-8f61ecf1c102428d/lib-crossterm-8f61ecf1c102428d.json b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-8f61ecf1c102428d/lib-crossterm-8f61ecf1c102428d.json
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-8f61ecf1c102428d/lib-crossterm-8f61ecf1c102428d.json
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/crossterm-8f61ecf1c102428d/lib-crossterm-8f61ecf1c102428d.json
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-480a32cad2816a77/bin-first_depth_search-480a32cad2816a77 b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-480a32cad2816a77/bin-first_depth_search-480a32cad2816a77
new file mode 100644
index 0000000..10b9551
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-480a32cad2816a77/bin-first_depth_search-480a32cad2816a77
@@ -0,0 +1 @@
+7d32143f43c55697
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-480a32cad2816a77/bin-first_depth_search-480a32cad2816a77.json b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-480a32cad2816a77/bin-first_depth_search-480a32cad2816a77.json
new file mode 100644
index 0000000..44c6112
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-480a32cad2816a77/bin-first_depth_search-480a32cad2816a77.json
@@ -0,0 +1 @@
+{"rustc":17859320367814235581,"features":"[]","target":16187384185378585901,"profile":9731924280612788042,"path":1036222786711178230,"deps":[["crossterm v0.2.0 (file:///home/timonpost/Documents/programming/rust/crossterm)","crossterm",16094129386430373199],["rand v0.4.2","rand",5199440376217873770]],"local":[{"MtimeBased":[[1531417485,933431389],".fingerprint/first_depth_search-480a32cad2816a77/dep-bin-first_depth_search-480a32cad2816a77"]}],"rustflags":[],"edition":"Edition2015"}
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-480a32cad2816a77/dep-bin-first_depth_search-480a32cad2816a77 b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-480a32cad2816a77/dep-bin-first_depth_search-480a32cad2816a77
new file mode 100644
index 0000000..f375406
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-480a32cad2816a77/dep-bin-first_depth_search-480a32cad2816a77 differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-b6f33af2cce3b29f/bin-first_depth_search-b6f33af2cce3b29f b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-b6f33af2cce3b29f/bin-first_depth_search-b6f33af2cce3b29f
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-b6f33af2cce3b29f/bin-first_depth_search-b6f33af2cce3b29f
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-b6f33af2cce3b29f/bin-first_depth_search-b6f33af2cce3b29f
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-b6f33af2cce3b29f/bin-first_depth_search-b6f33af2cce3b29f.json b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-b6f33af2cce3b29f/bin-first_depth_search-b6f33af2cce3b29f.json
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-b6f33af2cce3b29f/bin-first_depth_search-b6f33af2cce3b29f.json
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-b6f33af2cce3b29f/bin-first_depth_search-b6f33af2cce3b29f.json
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-b6f33af2cce3b29f/dep-bin-first_depth_search-b6f33af2cce3b29f b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-b6f33af2cce3b29f/dep-bin-first_depth_search-b6f33af2cce3b29f
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-b6f33af2cce3b29f/dep-bin-first_depth_search-b6f33af2cce3b29f
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/first_depth_search-b6f33af2cce3b29f/dep-bin-first_depth_search-b6f33af2cce3b29f
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/lazy_static-7b749abda964e14a/dep-lib-lazy_static-7b749abda964e14a b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/lazy_static-7b749abda964e14a/dep-lib-lazy_static-7b749abda964e14a
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/lazy_static-7b749abda964e14a/dep-lib-lazy_static-7b749abda964e14a
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/lazy_static-7b749abda964e14a/dep-lib-lazy_static-7b749abda964e14a
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/lazy_static-7b749abda964e14a/lib-lazy_static-7b749abda964e14a b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/lazy_static-7b749abda964e14a/lib-lazy_static-7b749abda964e14a
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/lazy_static-7b749abda964e14a/lib-lazy_static-7b749abda964e14a
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/lazy_static-7b749abda964e14a/lib-lazy_static-7b749abda964e14a
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/lazy_static-7b749abda964e14a/lib-lazy_static-7b749abda964e14a.json b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/lazy_static-7b749abda964e14a/lib-lazy_static-7b749abda964e14a.json
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/lazy_static-7b749abda964e14a/lib-lazy_static-7b749abda964e14a.json
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/lazy_static-7b749abda964e14a/lib-lazy_static-7b749abda964e14a.json
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/libc-76755a6888618a72/dep-lib-libc-76755a6888618a72 b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/libc-76755a6888618a72/dep-lib-libc-76755a6888618a72
new file mode 100644
index 0000000..0be7147
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/libc-76755a6888618a72/dep-lib-libc-76755a6888618a72 differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/libc-76755a6888618a72/lib-libc-76755a6888618a72 b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/libc-76755a6888618a72/lib-libc-76755a6888618a72
new file mode 100644
index 0000000..6b78a9b
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/libc-76755a6888618a72/lib-libc-76755a6888618a72
@@ -0,0 +1 @@
+8bf484221c9c7261
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/libc-76755a6888618a72/lib-libc-76755a6888618a72.json b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/libc-76755a6888618a72/lib-libc-76755a6888618a72.json
new file mode 100644
index 0000000..aeeea96
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/libc-76755a6888618a72/lib-libc-76755a6888618a72.json
@@ -0,0 +1 @@
+{"rustc":17859320367814235581,"features":"[\"default\", \"use_std\"]","target":5218373402463339046,"profile":7990393541957723157,"path":13717595440777003181,"deps":[],"local":[{"Precalculated":"0.2.42"}],"rustflags":[],"edition":"Edition2015"}
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/rand-793ccaec440a94cc/dep-lib-rand-793ccaec440a94cc b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/rand-793ccaec440a94cc/dep-lib-rand-793ccaec440a94cc
new file mode 100644
index 0000000..5e03458
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/rand-793ccaec440a94cc/dep-lib-rand-793ccaec440a94cc differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/rand-793ccaec440a94cc/lib-rand-793ccaec440a94cc b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/rand-793ccaec440a94cc/lib-rand-793ccaec440a94cc
new file mode 100644
index 0000000..374c142
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/rand-793ccaec440a94cc/lib-rand-793ccaec440a94cc
@@ -0,0 +1 @@
+6a2d4a6f791f2848
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/rand-793ccaec440a94cc/lib-rand-793ccaec440a94cc.json b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/rand-793ccaec440a94cc/lib-rand-793ccaec440a94cc.json
new file mode 100644
index 0000000..c50eb3a
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/rand-793ccaec440a94cc/lib-rand-793ccaec440a94cc.json
@@ -0,0 +1 @@
+{"rustc":17859320367814235581,"features":"[\"default\", \"libc\", \"std\"]","target":11704435198914552709,"profile":7990393541957723157,"path":10951581581006983669,"deps":[["libc v0.2.42","libc",7021846413676180619]],"local":[{"Precalculated":"0.4.2"}],"rustflags":[],"edition":"Edition2015"}
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/rand-c278be3f57a6eab5/dep-lib-rand-c278be3f57a6eab5 b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/rand-c278be3f57a6eab5/dep-lib-rand-c278be3f57a6eab5
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/rand-c278be3f57a6eab5/dep-lib-rand-c278be3f57a6eab5
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/rand-c278be3f57a6eab5/dep-lib-rand-c278be3f57a6eab5
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/rand-c278be3f57a6eab5/lib-rand-c278be3f57a6eab5 b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/rand-c278be3f57a6eab5/lib-rand-c278be3f57a6eab5
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/rand-c278be3f57a6eab5/lib-rand-c278be3f57a6eab5
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/rand-c278be3f57a6eab5/lib-rand-c278be3f57a6eab5
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/rand-c278be3f57a6eab5/lib-rand-c278be3f57a6eab5.json b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/rand-c278be3f57a6eab5/lib-rand-c278be3f57a6eab5.json
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/rand-c278be3f57a6eab5/lib-rand-c278be3f57a6eab5.json
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/rand-c278be3f57a6eab5/lib-rand-c278be3f57a6eab5.json
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/termios-8ad962b2a2626fb5/dep-lib-termios-8ad962b2a2626fb5 b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/termios-8ad962b2a2626fb5/dep-lib-termios-8ad962b2a2626fb5
new file mode 100644
index 0000000..e6847a1
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/termios-8ad962b2a2626fb5/dep-lib-termios-8ad962b2a2626fb5 differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/termios-8ad962b2a2626fb5/lib-termios-8ad962b2a2626fb5 b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/termios-8ad962b2a2626fb5/lib-termios-8ad962b2a2626fb5
new file mode 100644
index 0000000..698c9c7
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/termios-8ad962b2a2626fb5/lib-termios-8ad962b2a2626fb5
@@ -0,0 +1 @@
+92d826fadd3b2103
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/termios-8ad962b2a2626fb5/lib-termios-8ad962b2a2626fb5.json b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/termios-8ad962b2a2626fb5/lib-termios-8ad962b2a2626fb5.json
new file mode 100644
index 0000000..0bf10af
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/termios-8ad962b2a2626fb5/lib-termios-8ad962b2a2626fb5.json
@@ -0,0 +1 @@
+{"rustc":17859320367814235581,"features":"[]","target":16631529943849245990,"profile":7990393541957723157,"path":8788063229490378122,"deps":[["libc v0.2.42","libc",7021846413676180619]],"local":[{"Precalculated":"0.3.0"}],"rustflags":[],"edition":"Edition2015"}
\ No newline at end of file
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-40a9ec8ec96fc09e/build-script-build_script_build-40a9ec8ec96fc09e b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-40a9ec8ec96fc09e/build-script-build_script_build-40a9ec8ec96fc09e
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-40a9ec8ec96fc09e/build-script-build_script_build-40a9ec8ec96fc09e
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-40a9ec8ec96fc09e/build-script-build_script_build-40a9ec8ec96fc09e
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-40a9ec8ec96fc09e/build-script-build_script_build-40a9ec8ec96fc09e.json b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-40a9ec8ec96fc09e/build-script-build_script_build-40a9ec8ec96fc09e.json
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-40a9ec8ec96fc09e/build-script-build_script_build-40a9ec8ec96fc09e.json
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-40a9ec8ec96fc09e/build-script-build_script_build-40a9ec8ec96fc09e.json
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-40a9ec8ec96fc09e/dep-build-script-build_script_build-40a9ec8ec96fc09e b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-40a9ec8ec96fc09e/dep-build-script-build_script_build-40a9ec8ec96fc09e
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-40a9ec8ec96fc09e/dep-build-script-build_script_build-40a9ec8ec96fc09e
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-40a9ec8ec96fc09e/dep-build-script-build_script_build-40a9ec8ec96fc09e
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-82ad602439f8f31a/build b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-82ad602439f8f31a/build
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-82ad602439f8f31a/build
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-82ad602439f8f31a/build
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-82ad602439f8f31a/build.json b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-82ad602439f8f31a/build.json
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-82ad602439f8f31a/build.json
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-82ad602439f8f31a/build.json
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-a7fc1f06729e06bc/dep-lib-winapi-a7fc1f06729e06bc b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-a7fc1f06729e06bc/dep-lib-winapi-a7fc1f06729e06bc
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-a7fc1f06729e06bc/dep-lib-winapi-a7fc1f06729e06bc
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-a7fc1f06729e06bc/dep-lib-winapi-a7fc1f06729e06bc
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-a7fc1f06729e06bc/lib-winapi-a7fc1f06729e06bc b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-a7fc1f06729e06bc/lib-winapi-a7fc1f06729e06bc
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-a7fc1f06729e06bc/lib-winapi-a7fc1f06729e06bc
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-a7fc1f06729e06bc/lib-winapi-a7fc1f06729e06bc
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-a7fc1f06729e06bc/lib-winapi-a7fc1f06729e06bc.json b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-a7fc1f06729e06bc/lib-winapi-a7fc1f06729e06bc.json
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/.fingerprint/winapi-a7fc1f06729e06bc/lib-winapi-a7fc1f06729e06bc.json
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/.fingerprint/winapi-a7fc1f06729e06bc/lib-winapi-a7fc1f06729e06bc.json
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build-script-build.exe b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build-script-build.exe
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build-script-build.exe
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build-script-build.exe
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build_script_build-40a9ec8ec96fc09e.d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build_script_build-40a9ec8ec96fc09e.d
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build_script_build-40a9ec8ec96fc09e.d
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build_script_build-40a9ec8ec96fc09e.d
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build_script_build-40a9ec8ec96fc09e.exe b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build_script_build-40a9ec8ec96fc09e.exe
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build_script_build-40a9ec8ec96fc09e.exe
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build_script_build-40a9ec8ec96fc09e.exe
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build_script_build-40a9ec8ec96fc09e.pdb b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build_script_build-40a9ec8ec96fc09e.pdb
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build_script_build-40a9ec8ec96fc09e.pdb
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/build/winapi-40a9ec8ec96fc09e/build_script_build-40a9ec8ec96fc09e.pdb
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/build/winapi-82ad602439f8f31a/output b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/build/winapi-82ad602439f8f31a/output
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/build/winapi-82ad602439f8f31a/output
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/build/winapi-82ad602439f8f31a/output
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/build/winapi-82ad602439f8f31a/root-output b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/build/winapi-82ad602439f8f31a/root-output
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/build/winapi-82ad602439f8f31a/root-output
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/build/winapi-82ad602439f8f31a/root-output
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/build/winapi-82ad602439f8f31a/stderr b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/build/winapi-82ad602439f8f31a/stderr
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/build/winapi-82ad602439f8f31a/stderr
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/build/winapi-82ad602439f8f31a/stderr
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/crossterm-024f015e49345722.d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/crossterm-024f015e49345722.d
new file mode 100644
index 0000000..fb295e4
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/crossterm-024f015e49345722.d
@@ -0,0 +1,38 @@
+/home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libcrossterm-024f015e49345722.rlib: /home/timonpost/Documents/programming/rust/crossterm/src/lib.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/macros.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/crossterm.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/functions.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/traits.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/screen.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/raw.rs /home/timonpost/Documents/programming/rust/crossterm/src/kernel/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/kernel/unix_kernel/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/kernel/unix_kernel/terminal.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/command_manager.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/commands/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/commands/unix_command.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/commands/shared_commands.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/context.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/state_manager.rs /home/timonpost/Documents/programming/rust/crossterm/src/cursor/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/cursor/cursor.rs /home/timonpost/Documents/programming/rust/crossterm/src/cursor/ansi_cursor.rs /home/timonpost/Documents/programming/rust/crossterm/src/manager/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/manager/manager.rs /home/timonpost/Documents/programming/rust/crossterm/src/manager/ansi_manager.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/color/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/color/color.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/color/ansi_color.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/styles/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/styles/objectstyle.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/styles/styledobject.rs /home/timonpost/Documents/programming/rust/crossterm/src/terminal/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/terminal/terminal.rs /home/timonpost/Documents/programming/rust/crossterm/src/terminal/ansi_terminal.rs
+
+/home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/crossterm-024f015e49345722.d: /home/timonpost/Documents/programming/rust/crossterm/src/lib.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/macros.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/crossterm.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/functions.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/traits.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/screen.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/raw.rs /home/timonpost/Documents/programming/rust/crossterm/src/kernel/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/kernel/unix_kernel/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/kernel/unix_kernel/terminal.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/command_manager.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/commands/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/commands/unix_command.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/commands/shared_commands.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/context.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/state_manager.rs /home/timonpost/Documents/programming/rust/crossterm/src/cursor/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/cursor/cursor.rs /home/timonpost/Documents/programming/rust/crossterm/src/cursor/ansi_cursor.rs /home/timonpost/Documents/programming/rust/crossterm/src/manager/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/manager/manager.rs /home/timonpost/Documents/programming/rust/crossterm/src/manager/ansi_manager.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/color/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/color/color.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/color/ansi_color.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/styles/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/styles/objectstyle.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/styles/styledobject.rs /home/timonpost/Documents/programming/rust/crossterm/src/terminal/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/terminal/terminal.rs /home/timonpost/Documents/programming/rust/crossterm/src/terminal/ansi_terminal.rs
+
+/home/timonpost/Documents/programming/rust/crossterm/src/lib.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/shared/mod.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/shared/macros.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/shared/crossterm.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/shared/functions.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/shared/traits.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/shared/screen.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/shared/raw.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/kernel/mod.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/kernel/unix_kernel/mod.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/kernel/unix_kernel/terminal.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/state/mod.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/state/command_manager.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/state/commands/mod.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/state/commands/unix_command.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/state/commands/shared_commands.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/state/context.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/state/state_manager.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/cursor/mod.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/cursor/cursor.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/cursor/ansi_cursor.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/manager/mod.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/manager/manager.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/manager/ansi_manager.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/style/mod.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/style/color/mod.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/style/color/color.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/style/color/ansi_color.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/style/styles/mod.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/style/styles/objectstyle.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/style/styles/styledobject.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/terminal/mod.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/terminal/terminal.rs:
+/home/timonpost/Documents/programming/rust/crossterm/src/terminal/ansi_terminal.rs:
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/crossterm-5f9f68198c107c92.d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/crossterm-5f9f68198c107c92.d
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/crossterm-5f9f68198c107c92.d
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/crossterm-5f9f68198c107c92.d
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/crossterm-8f61ecf1c102428d.d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/crossterm-8f61ecf1c102428d.d
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/crossterm-8f61ecf1c102428d.d
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/crossterm-8f61ecf1c102428d.d
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-480a32cad2816a77 b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-480a32cad2816a77
new file mode 100755
index 0000000..6062513
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-480a32cad2816a77 differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-480a32cad2816a77.d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-480a32cad2816a77.d
new file mode 100644
index 0000000..fc92b94
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-480a32cad2816a77.d
@@ -0,0 +1,9 @@
+/home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-480a32cad2816a77: src/main.rs src/map.rs src/algorithm.rs src/messages.rs src/variables.rs
+
+/home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-480a32cad2816a77.d: src/main.rs src/map.rs src/algorithm.rs src/messages.rs src/variables.rs
+
+src/main.rs:
+src/map.rs:
+src/algorithm.rs:
+src/messages.rs:
+src/variables.rs:
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-b6f33af2cce3b29f.d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-b6f33af2cce3b29f.d
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-b6f33af2cce3b29f.d
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-b6f33af2cce3b29f.d
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-b6f33af2cce3b29f.exe b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-b6f33af2cce3b29f.exe
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-b6f33af2cce3b29f.exe
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-b6f33af2cce3b29f.exe
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-b6f33af2cce3b29f.pdb b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-b6f33af2cce3b29f.pdb
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-b6f33af2cce3b29f.pdb
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-b6f33af2cce3b29f.pdb
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-bb4b495df634f778.d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-bb4b495df634f778.d
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/first_depth_search-bb4b495df634f778.d
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/first_depth_search-bb4b495df634f778.d
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/lazy_static-7b749abda964e14a.d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/lazy_static-7b749abda964e14a.d
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/lazy_static-7b749abda964e14a.d
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/lazy_static-7b749abda964e14a.d
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libc-76755a6888618a72.d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libc-76755a6888618a72.d
new file mode 100644
index 0000000..851bee5
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libc-76755a6888618a72.d
@@ -0,0 +1,34 @@
+/home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/liblibc-76755a6888618a72.rlib: /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/dox.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/windows.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/redox/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/redox/net.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/cloudabi/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/fuchsia/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/uclibc/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/newlib/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/bsd/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/solaris/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/haiku/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/emscripten.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/android/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/musl/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mips/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/s390x.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b32/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/aarch64.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/powerpc64.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/sparc64.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/x86_64.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/x32.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/not_x32.rs
+
+/home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libc-76755a6888618a72.d: /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/dox.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/windows.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/redox/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/redox/net.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/cloudabi/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/fuchsia/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/uclibc/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/newlib/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/bsd/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/solaris/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/haiku/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/emscripten.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/android/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/musl/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mips/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/s390x.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b32/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/aarch64.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/powerpc64.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/sparc64.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/x86_64.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/x32.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/not_x32.rs
+
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/lib.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/macros.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/dox.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/windows.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/redox/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/redox/net.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/cloudabi/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/fuchsia/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/uclibc/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/newlib/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/bsd/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/solaris/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/haiku/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/emscripten.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/android/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/musl/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/mips/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/s390x.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b32/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/aarch64.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/powerpc64.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/sparc64.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/x86_64.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/x32.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.42/src/unix/notbsd/linux/other/b64/not_x32.rs:
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libcrossterm-024f015e49345722.rlib b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libcrossterm-024f015e49345722.rlib
new file mode 100644
index 0000000..75bcfbe
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libcrossterm-024f015e49345722.rlib differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/libcrossterm-5f9f68198c107c92.rlib b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libcrossterm-5f9f68198c107c92.rlib
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/libcrossterm-5f9f68198c107c92.rlib
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libcrossterm-5f9f68198c107c92.rlib
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/libcrossterm-8f61ecf1c102428d.rlib b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libcrossterm-8f61ecf1c102428d.rlib
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/libcrossterm-8f61ecf1c102428d.rlib
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libcrossterm-8f61ecf1c102428d.rlib
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/liblazy_static-7b749abda964e14a.rlib b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/liblazy_static-7b749abda964e14a.rlib
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/liblazy_static-7b749abda964e14a.rlib
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/liblazy_static-7b749abda964e14a.rlib
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/liblibc-76755a6888618a72.rlib b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/liblibc-76755a6888618a72.rlib
new file mode 100644
index 0000000..1807360
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/liblibc-76755a6888618a72.rlib differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/librand-793ccaec440a94cc.rlib b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/librand-793ccaec440a94cc.rlib
new file mode 100644
index 0000000..5ced223
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/librand-793ccaec440a94cc.rlib differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/librand-c278be3f57a6eab5.rlib b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/librand-c278be3f57a6eab5.rlib
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/librand-c278be3f57a6eab5.rlib
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/librand-c278be3f57a6eab5.rlib
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libtermios-8ad962b2a2626fb5.rlib b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libtermios-8ad962b2a2626fb5.rlib
new file mode 100644
index 0000000..a2721ba
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libtermios-8ad962b2a2626fb5.rlib differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/libwinapi-a7fc1f06729e06bc.rlib b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libwinapi-a7fc1f06729e06bc.rlib
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/libwinapi-a7fc1f06729e06bc.rlib
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libwinapi-a7fc1f06729e06bc.rlib
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/rand-793ccaec440a94cc.d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/rand-793ccaec440a94cc.d
new file mode 100644
index 0000000..367999f
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/rand-793ccaec440a94cc.d
@@ -0,0 +1,22 @@
+/home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/librand-793ccaec440a94cc.rlib: /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/lib.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/range.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/gamma.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/normal.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/exponential.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/ziggurat_tables.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/jitter.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/os.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/read.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/reseeding.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/seq.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/rand_impls.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/chacha.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/isaac.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/isaac64.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/xorshift.rs
+
+/home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/rand-793ccaec440a94cc.d: /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/lib.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/range.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/gamma.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/normal.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/exponential.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/ziggurat_tables.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/jitter.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/os.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/read.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/reseeding.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/seq.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/rand_impls.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/chacha.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/isaac.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/isaac64.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/xorshift.rs
+
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/lib.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/range.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/gamma.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/normal.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/exponential.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/distributions/ziggurat_tables.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/jitter.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/os.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/read.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/reseeding.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/seq.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/rand_impls.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/chacha.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/isaac.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/isaac64.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.4.2/src/prng/xorshift.rs:
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/rand-c278be3f57a6eab5.d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/rand-c278be3f57a6eab5.d
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/rand-c278be3f57a6eab5.d
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/rand-c278be3f57a6eab5.d
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/termios-8ad962b2a2626fb5.d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/termios-8ad962b2a2626fb5.d
new file mode 100644
index 0000000..dd2251f
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/termios-8ad962b2a2626fb5.d
@@ -0,0 +1,8 @@
+/home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/libtermios-8ad962b2a2626fb5.rlib: /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/termios-0.3.0/src/lib.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/termios-0.3.0/src/ffi.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/termios-0.3.0/src/os/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/termios-0.3.0/src/os/linux.rs
+
+/home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/termios-8ad962b2a2626fb5.d: /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/termios-0.3.0/src/lib.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/termios-0.3.0/src/ffi.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/termios-0.3.0/src/os/mod.rs /home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/termios-0.3.0/src/os/linux.rs
+
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/termios-0.3.0/src/lib.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/termios-0.3.0/src/ffi.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/termios-0.3.0/src/os/mod.rs:
+/home/timonpost/.cargo/registry/src/github.com-1ecc6299db9ec823/termios-0.3.0/src/os/linux.rs:
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/winapi-a7fc1f06729e06bc.d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/winapi-a7fc1f06729e06bc.d
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/deps/winapi-a7fc1f06729e06bc.d
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/deps/winapi-a7fc1f06729e06bc.d
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/first_depth_search b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/first_depth_search
new file mode 100755
index 0000000..6062513
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/first_depth_search differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/first_depth_search.d b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/first_depth_search.d
new file mode 100644
index 0000000..290d09b
--- /dev/null
+++ b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/first_depth_search.d
@@ -0,0 +1 @@
+/home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm\ 0.2.3/program_examples/first_depth_search/target/debug/first_depth_search: /home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm\ 0.2.3/program_examples/first_depth_search/src/algorithm.rs /home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm\ 0.2.3/program_examples/first_depth_search/src/main.rs /home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm\ 0.2.3/program_examples/first_depth_search/src/map.rs /home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm\ 0.2.3/program_examples/first_depth_search/src/messages.rs /home/timonpost/Documents/programming/rust/crossterm/examples/Crossterm\ 0.2.3/program_examples/first_depth_search/src/variables.rs /home/timonpost/Documents/programming/rust/crossterm/src/cursor/ansi_cursor.rs /home/timonpost/Documents/programming/rust/crossterm/src/cursor/cursor.rs /home/timonpost/Documents/programming/rust/crossterm/src/cursor/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/kernel/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/kernel/unix_kernel/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/kernel/unix_kernel/terminal.rs /home/timonpost/Documents/programming/rust/crossterm/src/lib.rs /home/timonpost/Documents/programming/rust/crossterm/src/manager/ansi_manager.rs /home/timonpost/Documents/programming/rust/crossterm/src/manager/manager.rs /home/timonpost/Documents/programming/rust/crossterm/src/manager/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/crossterm.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/functions.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/macros.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/raw.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/screen.rs /home/timonpost/Documents/programming/rust/crossterm/src/shared/traits.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/command_manager.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/commands/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/commands/shared_commands.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/commands/unix_command.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/context.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/state/state_manager.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/color/ansi_color.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/color/color.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/color/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/styles/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/styles/objectstyle.rs /home/timonpost/Documents/programming/rust/crossterm/src/style/styles/styledobject.rs /home/timonpost/Documents/programming/rust/crossterm/src/terminal/ansi_terminal.rs /home/timonpost/Documents/programming/rust/crossterm/src/terminal/mod.rs /home/timonpost/Documents/programming/rust/crossterm/src/terminal/terminal.rs
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/first_depth_search.exe b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/first_depth_search.exe
new file mode 100644
index 0000000..a50c3bb
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/first_depth_search.exe differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/first_depth_search.pdb b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/first_depth_search.pdb
new file mode 100644
index 0000000..95b7fa3
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/first_depth_search.pdb differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/13tprap6axy2fph1.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/13tprap6axy2fph1.bc.z
new file mode 100644
index 0000000..d7a190c
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/13tprap6axy2fph1.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/13tprap6axy2fph1.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/13tprap6axy2fph1.o
new file mode 100644
index 0000000..5e9201a
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/13tprap6axy2fph1.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/16i0u6jlhoj1fwbo.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/16i0u6jlhoj1fwbo.bc.z
new file mode 100644
index 0000000..a372b22
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/16i0u6jlhoj1fwbo.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/16i0u6jlhoj1fwbo.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/16i0u6jlhoj1fwbo.o
new file mode 100644
index 0000000..2f29d3d
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/16i0u6jlhoj1fwbo.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/16u6js6g0l3k1ic6.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/16u6js6g0l3k1ic6.bc.z
new file mode 100644
index 0000000..b36f7af
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/16u6js6g0l3k1ic6.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/16u6js6g0l3k1ic6.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/16u6js6g0l3k1ic6.o
new file mode 100644
index 0000000..f7f3b06
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/16u6js6g0l3k1ic6.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/17erb31xn70viq4b.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/17erb31xn70viq4b.bc.z
new file mode 100644
index 0000000..1487051
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/17erb31xn70viq4b.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/17erb31xn70viq4b.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/17erb31xn70viq4b.o
new file mode 100644
index 0000000..2c0163e
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/17erb31xn70viq4b.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/181cuta0v63atwcm.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/181cuta0v63atwcm.bc.z
new file mode 100644
index 0000000..eb1b62a
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/181cuta0v63atwcm.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/181cuta0v63atwcm.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/181cuta0v63atwcm.o
new file mode 100644
index 0000000..94e12bc
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/181cuta0v63atwcm.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1dqvxks6k2bzkxe.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1dqvxks6k2bzkxe.bc.z
new file mode 100644
index 0000000..420a34e
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1dqvxks6k2bzkxe.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1dqvxks6k2bzkxe.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1dqvxks6k2bzkxe.o
new file mode 100644
index 0000000..8e58cbc
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1dqvxks6k2bzkxe.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1e698527iprj2v8f.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1e698527iprj2v8f.bc.z
new file mode 100644
index 0000000..a9c8567
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1e698527iprj2v8f.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1e698527iprj2v8f.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1e698527iprj2v8f.o
new file mode 100644
index 0000000..7421ba2
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1e698527iprj2v8f.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1g3lwilq9cwv41qg.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1g3lwilq9cwv41qg.bc.z
new file mode 100644
index 0000000..c466b9c
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1g3lwilq9cwv41qg.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1g3lwilq9cwv41qg.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1g3lwilq9cwv41qg.o
new file mode 100644
index 0000000..cdc0ada
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1g3lwilq9cwv41qg.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1idjnqb23rob2tvo.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1idjnqb23rob2tvo.bc.z
new file mode 100644
index 0000000..0ca5064
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1idjnqb23rob2tvo.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1idjnqb23rob2tvo.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1idjnqb23rob2tvo.o
new file mode 100644
index 0000000..995e466
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1idjnqb23rob2tvo.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1im38lueib99jsk0.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1im38lueib99jsk0.bc.z
new file mode 100644
index 0000000..cc18e51
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1im38lueib99jsk0.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1im38lueib99jsk0.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1im38lueib99jsk0.o
new file mode 100644
index 0000000..a0b5718
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1im38lueib99jsk0.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1jnlhyxj59jycbjv.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1jnlhyxj59jycbjv.bc.z
new file mode 100644
index 0000000..3269cb2
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1jnlhyxj59jycbjv.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1jnlhyxj59jycbjv.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1jnlhyxj59jycbjv.o
new file mode 100644
index 0000000..2810d65
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1jnlhyxj59jycbjv.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1lelgpelve5cjj1b.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1lelgpelve5cjj1b.bc.z
new file mode 100644
index 0000000..02feabd
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1lelgpelve5cjj1b.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1lelgpelve5cjj1b.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1lelgpelve5cjj1b.o
new file mode 100644
index 0000000..d6ef07a
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1lelgpelve5cjj1b.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1mvmz58owquyropc.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1mvmz58owquyropc.bc.z
new file mode 100644
index 0000000..64af98e
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1mvmz58owquyropc.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1mvmz58owquyropc.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1mvmz58owquyropc.o
new file mode 100644
index 0000000..6f53f3d
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1mvmz58owquyropc.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1o6b1la7g4jnv39b.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1o6b1la7g4jnv39b.bc.z
new file mode 100644
index 0000000..9db3241
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1o6b1la7g4jnv39b.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1o6b1la7g4jnv39b.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1o6b1la7g4jnv39b.o
new file mode 100644
index 0000000..cdd2e51
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1o6b1la7g4jnv39b.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1pyg38ew8eq184bu.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1pyg38ew8eq184bu.bc.z
new file mode 100644
index 0000000..8cba738
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1pyg38ew8eq184bu.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1pyg38ew8eq184bu.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1pyg38ew8eq184bu.o
new file mode 100644
index 0000000..890a71d
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1pyg38ew8eq184bu.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1q8ffos2d96smbjs.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1q8ffos2d96smbjs.bc.z
new file mode 100644
index 0000000..d7c2ab4
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1q8ffos2d96smbjs.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1q8ffos2d96smbjs.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1q8ffos2d96smbjs.o
new file mode 100644
index 0000000..57e7894
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1q8ffos2d96smbjs.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1vut2eft6nlujjxr.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1vut2eft6nlujjxr.bc.z
new file mode 100644
index 0000000..da84145
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1vut2eft6nlujjxr.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1vut2eft6nlujjxr.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1vut2eft6nlujjxr.o
new file mode 100644
index 0000000..52e0e84
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1vut2eft6nlujjxr.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1y16o1qfye96o7m0.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1y16o1qfye96o7m0.bc.z
new file mode 100644
index 0000000..ebc765c
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1y16o1qfye96o7m0.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1y16o1qfye96o7m0.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1y16o1qfye96o7m0.o
new file mode 100644
index 0000000..5d987f6
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1y16o1qfye96o7m0.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1zeawhkbeobww1zn.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1zeawhkbeobww1zn.bc.z
new file mode 100644
index 0000000..6bfd88c
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1zeawhkbeobww1zn.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1zeawhkbeobww1zn.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1zeawhkbeobww1zn.o
new file mode 100644
index 0000000..bfdeea4
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/1zeawhkbeobww1zn.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/225ddtul7dxk4spr.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/225ddtul7dxk4spr.bc.z
new file mode 100644
index 0000000..f080b9b
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/225ddtul7dxk4spr.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/225ddtul7dxk4spr.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/225ddtul7dxk4spr.o
new file mode 100644
index 0000000..5c41f7e
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/225ddtul7dxk4spr.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/23tqyymcb18u96mb.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/23tqyymcb18u96mb.bc.z
new file mode 100644
index 0000000..09c1617
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/23tqyymcb18u96mb.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/23tqyymcb18u96mb.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/23tqyymcb18u96mb.o
new file mode 100644
index 0000000..58c34b2
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/23tqyymcb18u96mb.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2640z5nlaa1e9i15.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2640z5nlaa1e9i15.bc.z
new file mode 100644
index 0000000..4c228b5
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2640z5nlaa1e9i15.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2640z5nlaa1e9i15.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2640z5nlaa1e9i15.o
new file mode 100644
index 0000000..fbd7b34
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2640z5nlaa1e9i15.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/26b9icpd1rxg15bl.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/26b9icpd1rxg15bl.bc.z
new file mode 100644
index 0000000..a94d64b
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/26b9icpd1rxg15bl.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/26b9icpd1rxg15bl.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/26b9icpd1rxg15bl.o
new file mode 100644
index 0000000..574b94f
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/26b9icpd1rxg15bl.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/28m6b5dkfoixx5aa.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/28m6b5dkfoixx5aa.bc.z
new file mode 100644
index 0000000..145a45b
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/28m6b5dkfoixx5aa.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/28m6b5dkfoixx5aa.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/28m6b5dkfoixx5aa.o
new file mode 100644
index 0000000..7caf0e9
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/28m6b5dkfoixx5aa.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2i7eodbtd59z3zjl.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2i7eodbtd59z3zjl.bc.z
new file mode 100644
index 0000000..ddefd58
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2i7eodbtd59z3zjl.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2i7eodbtd59z3zjl.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2i7eodbtd59z3zjl.o
new file mode 100644
index 0000000..172ffd9
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2i7eodbtd59z3zjl.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2jqywn86b2gsqohu.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2jqywn86b2gsqohu.bc.z
new file mode 100644
index 0000000..4ca7722
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2jqywn86b2gsqohu.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2jqywn86b2gsqohu.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2jqywn86b2gsqohu.o
new file mode 100644
index 0000000..5f07436
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2jqywn86b2gsqohu.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2lyh15q6cjwzy18c.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2lyh15q6cjwzy18c.bc.z
new file mode 100644
index 0000000..03ce5e6
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2lyh15q6cjwzy18c.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2lyh15q6cjwzy18c.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2lyh15q6cjwzy18c.o
new file mode 100644
index 0000000..25f1f68
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2lyh15q6cjwzy18c.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2q5257pdh5222n7q.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2q5257pdh5222n7q.bc.z
new file mode 100644
index 0000000..d6b3b85
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2q5257pdh5222n7q.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2q5257pdh5222n7q.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2q5257pdh5222n7q.o
new file mode 100644
index 0000000..8af13f1
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2q5257pdh5222n7q.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2qhkzqx5zqexj20y.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2qhkzqx5zqexj20y.bc.z
new file mode 100644
index 0000000..a70c6ba
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2qhkzqx5zqexj20y.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2qhkzqx5zqexj20y.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2qhkzqx5zqexj20y.o
new file mode 100644
index 0000000..32b62fb
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2qhkzqx5zqexj20y.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2r82puffnvvb8iic.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2r82puffnvvb8iic.bc.z
new file mode 100644
index 0000000..09eebe0
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2r82puffnvvb8iic.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2r82puffnvvb8iic.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2r82puffnvvb8iic.o
new file mode 100644
index 0000000..a82ec4e
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2r82puffnvvb8iic.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2tz4y48d51occu5q.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2tz4y48d51occu5q.bc.z
new file mode 100644
index 0000000..cd206fa
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2tz4y48d51occu5q.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2tz4y48d51occu5q.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2tz4y48d51occu5q.o
new file mode 100644
index 0000000..eb9b931
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2tz4y48d51occu5q.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2ujx3sbmswjw52yh.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2ujx3sbmswjw52yh.bc.z
new file mode 100644
index 0000000..ea7f9e5
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2ujx3sbmswjw52yh.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2ujx3sbmswjw52yh.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2ujx3sbmswjw52yh.o
new file mode 100644
index 0000000..f6180e7
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2ujx3sbmswjw52yh.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2w6xsa2hbi53xhak.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2w6xsa2hbi53xhak.bc.z
new file mode 100644
index 0000000..6b6defa
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2w6xsa2hbi53xhak.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2w6xsa2hbi53xhak.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2w6xsa2hbi53xhak.o
new file mode 100644
index 0000000..6c94eba
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2w6xsa2hbi53xhak.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2zs2fmxejslebffm.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2zs2fmxejslebffm.bc.z
new file mode 100644
index 0000000..ef0c322
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2zs2fmxejslebffm.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2zs2fmxejslebffm.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2zs2fmxejslebffm.o
new file mode 100644
index 0000000..296728b
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/2zs2fmxejslebffm.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3171x0bwu82dptu7.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3171x0bwu82dptu7.bc.z
new file mode 100644
index 0000000..30c6408
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3171x0bwu82dptu7.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3171x0bwu82dptu7.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3171x0bwu82dptu7.o
new file mode 100644
index 0000000..fbabf20
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3171x0bwu82dptu7.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/38le3cr9pk2ij99x.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/38le3cr9pk2ij99x.bc.z
new file mode 100644
index 0000000..781bb0a
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/38le3cr9pk2ij99x.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/38le3cr9pk2ij99x.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/38le3cr9pk2ij99x.o
new file mode 100644
index 0000000..7befb8d
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/38le3cr9pk2ij99x.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/38ps4pa181wsnsy9.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/38ps4pa181wsnsy9.bc.z
new file mode 100644
index 0000000..77d7a4b
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/38ps4pa181wsnsy9.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/38ps4pa181wsnsy9.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/38ps4pa181wsnsy9.o
new file mode 100644
index 0000000..b90b1c1
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/38ps4pa181wsnsy9.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ayaeypdcro9d6yk.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ayaeypdcro9d6yk.bc.z
new file mode 100644
index 0000000..d3ec061
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ayaeypdcro9d6yk.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ayaeypdcro9d6yk.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ayaeypdcro9d6yk.o
new file mode 100644
index 0000000..cec6107
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ayaeypdcro9d6yk.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3emkq4pcbtey8152.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3emkq4pcbtey8152.bc.z
new file mode 100644
index 0000000..0ecb4db
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3emkq4pcbtey8152.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3emkq4pcbtey8152.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3emkq4pcbtey8152.o
new file mode 100644
index 0000000..753c392
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3emkq4pcbtey8152.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ey2fuirvapj2it7.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ey2fuirvapj2it7.bc.z
new file mode 100644
index 0000000..57ade0b
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ey2fuirvapj2it7.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ey2fuirvapj2it7.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ey2fuirvapj2it7.o
new file mode 100644
index 0000000..939470f
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ey2fuirvapj2it7.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3g94tobrpgum5dk6.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3g94tobrpgum5dk6.bc.z
new file mode 100644
index 0000000..b64309f
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3g94tobrpgum5dk6.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3g94tobrpgum5dk6.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3g94tobrpgum5dk6.o
new file mode 100644
index 0000000..47e5ff7
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3g94tobrpgum5dk6.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ik0x0hz6l66cx38.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ik0x0hz6l66cx38.bc.z
new file mode 100644
index 0000000..700a9a6
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ik0x0hz6l66cx38.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ik0x0hz6l66cx38.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ik0x0hz6l66cx38.o
new file mode 100644
index 0000000..cb96d08
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ik0x0hz6l66cx38.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ldk0i2zxftngav8.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ldk0i2zxftngav8.bc.z
new file mode 100644
index 0000000..7c3f82b
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ldk0i2zxftngav8.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ldk0i2zxftngav8.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ldk0i2zxftngav8.o
new file mode 100644
index 0000000..ecc3e6e
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3ldk0i2zxftngav8.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3oqznv5oym7l3m4e.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3oqznv5oym7l3m4e.bc.z
new file mode 100644
index 0000000..5d0df32
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3oqznv5oym7l3m4e.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3oqznv5oym7l3m4e.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3oqznv5oym7l3m4e.o
new file mode 100644
index 0000000..37d883f
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3oqznv5oym7l3m4e.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3wta9ctgdrpkmlpr.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3wta9ctgdrpkmlpr.bc.z
new file mode 100644
index 0000000..c9e5a66
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3wta9ctgdrpkmlpr.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3wta9ctgdrpkmlpr.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3wta9ctgdrpkmlpr.o
new file mode 100644
index 0000000..d4ca6d3
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/3wta9ctgdrpkmlpr.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/41sd1w3yketxogqs.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/41sd1w3yketxogqs.bc.z
new file mode 100644
index 0000000..47e06bb
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/41sd1w3yketxogqs.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/41sd1w3yketxogqs.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/41sd1w3yketxogqs.o
new file mode 100644
index 0000000..60509bf
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/41sd1w3yketxogqs.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/436dotimmrgzkwfa.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/436dotimmrgzkwfa.bc.z
new file mode 100644
index 0000000..835ebeb
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/436dotimmrgzkwfa.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/436dotimmrgzkwfa.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/436dotimmrgzkwfa.o
new file mode 100644
index 0000000..82c78c5
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/436dotimmrgzkwfa.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/43v6g0y2xsxoggnt.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/43v6g0y2xsxoggnt.bc.z
new file mode 100644
index 0000000..8adb6a5
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/43v6g0y2xsxoggnt.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/43v6g0y2xsxoggnt.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/43v6g0y2xsxoggnt.o
new file mode 100644
index 0000000..32fba27
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/43v6g0y2xsxoggnt.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/45pc7c65foh9i35f.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/45pc7c65foh9i35f.bc.z
new file mode 100644
index 0000000..f444f4c
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/45pc7c65foh9i35f.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/45pc7c65foh9i35f.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/45pc7c65foh9i35f.o
new file mode 100644
index 0000000..42f5e2a
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/45pc7c65foh9i35f.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/47kb80rpg37n2ote.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/47kb80rpg37n2ote.bc.z
new file mode 100644
index 0000000..37aed11
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/47kb80rpg37n2ote.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/47kb80rpg37n2ote.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/47kb80rpg37n2ote.o
new file mode 100644
index 0000000..af9b27e
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/47kb80rpg37n2ote.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/48721dc4k5qxei0u.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/48721dc4k5qxei0u.bc.z
new file mode 100644
index 0000000..0d9eab1
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/48721dc4k5qxei0u.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/48721dc4k5qxei0u.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/48721dc4k5qxei0u.o
new file mode 100644
index 0000000..1afecfe
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/48721dc4k5qxei0u.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49a7n47po4ttqjl7.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49a7n47po4ttqjl7.bc.z
new file mode 100644
index 0000000..fe9281f
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49a7n47po4ttqjl7.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49a7n47po4ttqjl7.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49a7n47po4ttqjl7.o
new file mode 100644
index 0000000..44185e4
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49a7n47po4ttqjl7.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49lx1q7cxvpykyv0.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49lx1q7cxvpykyv0.bc.z
new file mode 100644
index 0000000..01b0c2a
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49lx1q7cxvpykyv0.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49lx1q7cxvpykyv0.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49lx1q7cxvpykyv0.o
new file mode 100644
index 0000000..d6150e8
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49lx1q7cxvpykyv0.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49qmpuk8w1opmi5q.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49qmpuk8w1opmi5q.bc.z
new file mode 100644
index 0000000..af0db84
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49qmpuk8w1opmi5q.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49qmpuk8w1opmi5q.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49qmpuk8w1opmi5q.o
new file mode 100644
index 0000000..29449e0
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/49qmpuk8w1opmi5q.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4b8ptp1vn215jmoe.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4b8ptp1vn215jmoe.bc.z
new file mode 100644
index 0000000..d21b37f
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4b8ptp1vn215jmoe.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4b8ptp1vn215jmoe.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4b8ptp1vn215jmoe.o
new file mode 100644
index 0000000..7fc8382
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4b8ptp1vn215jmoe.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4bggn7q7s42t3ahg.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4bggn7q7s42t3ahg.bc.z
new file mode 100644
index 0000000..2719187
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4bggn7q7s42t3ahg.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4bggn7q7s42t3ahg.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4bggn7q7s42t3ahg.o
new file mode 100644
index 0000000..ea27356
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4bggn7q7s42t3ahg.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4brwxiorhmgsb6oc.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4brwxiorhmgsb6oc.bc.z
new file mode 100644
index 0000000..b28d4cf
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4brwxiorhmgsb6oc.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4brwxiorhmgsb6oc.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4brwxiorhmgsb6oc.o
new file mode 100644
index 0000000..b2374d6
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4brwxiorhmgsb6oc.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4eaiea9zt8ealj1r.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4eaiea9zt8ealj1r.bc.z
new file mode 100644
index 0000000..506e7f6
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4eaiea9zt8ealj1r.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4eaiea9zt8ealj1r.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4eaiea9zt8ealj1r.o
new file mode 100644
index 0000000..57ebfe1
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4eaiea9zt8ealj1r.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4g47d2sx6m33abop.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4g47d2sx6m33abop.bc.z
new file mode 100644
index 0000000..c80667e
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4g47d2sx6m33abop.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4g47d2sx6m33abop.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4g47d2sx6m33abop.o
new file mode 100644
index 0000000..ad1bdc1
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4g47d2sx6m33abop.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4hixfs0v2n1lvr33.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4hixfs0v2n1lvr33.bc.z
new file mode 100644
index 0000000..8dc7025
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4hixfs0v2n1lvr33.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4hixfs0v2n1lvr33.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4hixfs0v2n1lvr33.o
new file mode 100644
index 0000000..3381593
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4hixfs0v2n1lvr33.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4m6arsu3fcv2nap5.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4m6arsu3fcv2nap5.bc.z
new file mode 100644
index 0000000..165f64a
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4m6arsu3fcv2nap5.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4m6arsu3fcv2nap5.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4m6arsu3fcv2nap5.o
new file mode 100644
index 0000000..175ceea
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4m6arsu3fcv2nap5.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4r23sjj72r90nor6.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4r23sjj72r90nor6.bc.z
new file mode 100644
index 0000000..b3f3fc9
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4r23sjj72r90nor6.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4r23sjj72r90nor6.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4r23sjj72r90nor6.o
new file mode 100644
index 0000000..cd95353
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4r23sjj72r90nor6.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4s5tl9to8f7ehfuh.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4s5tl9to8f7ehfuh.bc.z
new file mode 100644
index 0000000..72fbb87
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4s5tl9to8f7ehfuh.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4s5tl9to8f7ehfuh.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4s5tl9to8f7ehfuh.o
new file mode 100644
index 0000000..998dc6a
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4s5tl9to8f7ehfuh.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4sdt5uofoy0vrzjl.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4sdt5uofoy0vrzjl.bc.z
new file mode 100644
index 0000000..62af5b0
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4sdt5uofoy0vrzjl.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4sdt5uofoy0vrzjl.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4sdt5uofoy0vrzjl.o
new file mode 100644
index 0000000..0aa22f2
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4sdt5uofoy0vrzjl.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4sw9hz7i7fiueihz.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4sw9hz7i7fiueihz.bc.z
new file mode 100644
index 0000000..10a600b
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4sw9hz7i7fiueihz.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4sw9hz7i7fiueihz.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4sw9hz7i7fiueihz.o
new file mode 100644
index 0000000..2e0b05d
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4sw9hz7i7fiueihz.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4u1ryaq9qolvv4uf.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4u1ryaq9qolvv4uf.bc.z
new file mode 100644
index 0000000..9911f01
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4u1ryaq9qolvv4uf.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4u1ryaq9qolvv4uf.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4u1ryaq9qolvv4uf.o
new file mode 100644
index 0000000..ca1b2d7
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4u1ryaq9qolvv4uf.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4xq48u46a1pwiqn7.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4xq48u46a1pwiqn7.bc.z
new file mode 100644
index 0000000..e1ba1fd
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4xq48u46a1pwiqn7.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4xq48u46a1pwiqn7.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4xq48u46a1pwiqn7.o
new file mode 100644
index 0000000..4b21e60
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4xq48u46a1pwiqn7.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4xuhwz5yy6q4gvgg.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4xuhwz5yy6q4gvgg.bc.z
new file mode 100644
index 0000000..f2d6ff4
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4xuhwz5yy6q4gvgg.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4xuhwz5yy6q4gvgg.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4xuhwz5yy6q4gvgg.o
new file mode 100644
index 0000000..47ba0df
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4xuhwz5yy6q4gvgg.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4yh8x2b62dcih00t.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4yh8x2b62dcih00t.bc.z
new file mode 100644
index 0000000..527faa9
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4yh8x2b62dcih00t.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4yh8x2b62dcih00t.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4yh8x2b62dcih00t.o
new file mode 100644
index 0000000..5820f69
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4yh8x2b62dcih00t.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4ypvbwho0bu5tnww.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4ypvbwho0bu5tnww.bc.z
new file mode 100644
index 0000000..3d9a59c
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4ypvbwho0bu5tnww.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4ypvbwho0bu5tnww.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4ypvbwho0bu5tnww.o
new file mode 100644
index 0000000..08be3e1
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/4ypvbwho0bu5tnww.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/51s1w397y42gpez1.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/51s1w397y42gpez1.bc.z
new file mode 100644
index 0000000..a91e37b
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/51s1w397y42gpez1.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/51s1w397y42gpez1.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/51s1w397y42gpez1.o
new file mode 100644
index 0000000..24bcb7d
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/51s1w397y42gpez1.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/53y8zwkrh9s36vgc.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/53y8zwkrh9s36vgc.bc.z
new file mode 100644
index 0000000..a451239
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/53y8zwkrh9s36vgc.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/53y8zwkrh9s36vgc.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/53y8zwkrh9s36vgc.o
new file mode 100644
index 0000000..9bdfe21
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/53y8zwkrh9s36vgc.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5544xgl7axh7p8nz.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5544xgl7axh7p8nz.bc.z
new file mode 100644
index 0000000..a824e46
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5544xgl7axh7p8nz.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5544xgl7axh7p8nz.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5544xgl7axh7p8nz.o
new file mode 100644
index 0000000..8ac0ee6
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5544xgl7axh7p8nz.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/572bgozz9kcwe4zq.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/572bgozz9kcwe4zq.bc.z
new file mode 100644
index 0000000..e7ea66e
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/572bgozz9kcwe4zq.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/572bgozz9kcwe4zq.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/572bgozz9kcwe4zq.o
new file mode 100644
index 0000000..6f90e85
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/572bgozz9kcwe4zq.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/57k06xfugllsc526.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/57k06xfugllsc526.bc.z
new file mode 100644
index 0000000..90ca05a
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/57k06xfugllsc526.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/57k06xfugllsc526.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/57k06xfugllsc526.o
new file mode 100644
index 0000000..6dcc140
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/57k06xfugllsc526.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5b9pfgjsd97fy2a3.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5b9pfgjsd97fy2a3.bc.z
new file mode 100644
index 0000000..4be501c
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5b9pfgjsd97fy2a3.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5b9pfgjsd97fy2a3.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5b9pfgjsd97fy2a3.o
new file mode 100644
index 0000000..ddbea7b
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5b9pfgjsd97fy2a3.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5beqqbexwb143v6a.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5beqqbexwb143v6a.bc.z
new file mode 100644
index 0000000..3d886a3
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5beqqbexwb143v6a.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5beqqbexwb143v6a.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5beqqbexwb143v6a.o
new file mode 100644
index 0000000..58aad6d
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5beqqbexwb143v6a.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5frs3mx5dzjbj7u6.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5frs3mx5dzjbj7u6.bc.z
new file mode 100644
index 0000000..58e59ff
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5frs3mx5dzjbj7u6.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5frs3mx5dzjbj7u6.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5frs3mx5dzjbj7u6.o
new file mode 100644
index 0000000..1177124
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5frs3mx5dzjbj7u6.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5gstmer6jle7s6lw.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5gstmer6jle7s6lw.bc.z
new file mode 100644
index 0000000..b67520f
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5gstmer6jle7s6lw.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5gstmer6jle7s6lw.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5gstmer6jle7s6lw.o
new file mode 100644
index 0000000..5f8cdb0
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/5gstmer6jle7s6lw.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/63mmpc50mjcb0lb.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/63mmpc50mjcb0lb.bc.z
new file mode 100644
index 0000000..abae877
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/63mmpc50mjcb0lb.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/63mmpc50mjcb0lb.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/63mmpc50mjcb0lb.o
new file mode 100644
index 0000000..c1602f6
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/63mmpc50mjcb0lb.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/7p53qlves2rwxx0.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/7p53qlves2rwxx0.bc.z
new file mode 100644
index 0000000..ef012ce
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/7p53qlves2rwxx0.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/7p53qlves2rwxx0.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/7p53qlves2rwxx0.o
new file mode 100644
index 0000000..6500e1d
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/7p53qlves2rwxx0.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/81jpvh8cn5k8ng8.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/81jpvh8cn5k8ng8.bc.z
new file mode 100644
index 0000000..2d8f417
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/81jpvh8cn5k8ng8.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/81jpvh8cn5k8ng8.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/81jpvh8cn5k8ng8.o
new file mode 100644
index 0000000..5fad6b7
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/81jpvh8cn5k8ng8.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/8xzrsc1ux72v29j.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/8xzrsc1ux72v29j.bc.z
new file mode 100644
index 0000000..fef0078
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/8xzrsc1ux72v29j.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/8xzrsc1ux72v29j.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/8xzrsc1ux72v29j.o
new file mode 100644
index 0000000..bcb3cc8
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/8xzrsc1ux72v29j.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/98g0d9x8aw3akpe.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/98g0d9x8aw3akpe.bc.z
new file mode 100644
index 0000000..a51cb4a
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/98g0d9x8aw3akpe.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/98g0d9x8aw3akpe.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/98g0d9x8aw3akpe.o
new file mode 100644
index 0000000..dc2a3f7
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/98g0d9x8aw3akpe.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/9elsx31vb4it187.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/9elsx31vb4it187.bc.z
new file mode 100644
index 0000000..bd77323
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/9elsx31vb4it187.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/9elsx31vb4it187.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/9elsx31vb4it187.o
new file mode 100644
index 0000000..a6a7ee5
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/9elsx31vb4it187.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/c6lbtaiefvx3wya.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/c6lbtaiefvx3wya.bc.z
new file mode 100644
index 0000000..89998e2
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/c6lbtaiefvx3wya.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/c6lbtaiefvx3wya.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/c6lbtaiefvx3wya.o
new file mode 100644
index 0000000..0df7d5f
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/c6lbtaiefvx3wya.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/d6p2df93qm1h3gm.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/d6p2df93qm1h3gm.bc.z
new file mode 100644
index 0000000..c9b2664
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/d6p2df93qm1h3gm.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/d6p2df93qm1h3gm.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/d6p2df93qm1h3gm.o
new file mode 100644
index 0000000..f594d11
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/d6p2df93qm1h3gm.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/dep-graph.bin b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/dep-graph.bin
new file mode 100644
index 0000000..6a53200
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/dep-graph.bin differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/e19kx9t7xhzajfl.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/e19kx9t7xhzajfl.bc.z
new file mode 100644
index 0000000..2a27f03
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/e19kx9t7xhzajfl.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/e19kx9t7xhzajfl.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/e19kx9t7xhzajfl.o
new file mode 100644
index 0000000..a2e79ee
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/e19kx9t7xhzajfl.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/mb501chi8fnqgmm.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/mb501chi8fnqgmm.bc.z
new file mode 100644
index 0000000..4a52e57
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/mb501chi8fnqgmm.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/mb501chi8fnqgmm.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/mb501chi8fnqgmm.o
new file mode 100644
index 0000000..0b1beb9
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/mb501chi8fnqgmm.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/pqmjx25qpxkduz7.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/pqmjx25qpxkduz7.bc.z
new file mode 100644
index 0000000..e1f6fbb
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/pqmjx25qpxkduz7.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/pqmjx25qpxkduz7.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/pqmjx25qpxkduz7.o
new file mode 100644
index 0000000..8000e07
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/pqmjx25qpxkduz7.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/query-cache.bin b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/query-cache.bin
new file mode 100644
index 0000000..fee0af3
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/query-cache.bin differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/sjcqfz2ncn1dupz.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/sjcqfz2ncn1dupz.bc.z
new file mode 100644
index 0000000..20a9252
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/sjcqfz2ncn1dupz.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/sjcqfz2ncn1dupz.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/sjcqfz2ncn1dupz.o
new file mode 100644
index 0000000..7cdc673
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/sjcqfz2ncn1dupz.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/work-products.bin b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/work-products.bin
new file mode 100644
index 0000000..a27b0b3
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/work-products.bin differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/y08g5q2x813c4wx.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/y08g5q2x813c4wx.bc.z
new file mode 100644
index 0000000..c433e7f
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/y08g5q2x813c4wx.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/y08g5q2x813c4wx.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/y08g5q2x813c4wx.o
new file mode 100644
index 0000000..e1528fc
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/y08g5q2x813c4wx.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/z9ox7biyn1otfln.bc.z b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/z9ox7biyn1otfln.bc.z
new file mode 100644
index 0000000..f7d66b5
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/z9ox7biyn1otfln.bc.z differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/z9ox7biyn1otfln.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/z9ox7biyn1otfln.o
new file mode 100644
index 0000000..44ba78e
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv-2lw5oyps00cfz/z9ox7biyn1otfln.o differ
diff --git a/123 b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv.lock
old mode 100644
new mode 100755
similarity index 100%
rename from 123
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/crossterm-sdqyunpb2uq5/s-f2ubh9u14p-1s0z6nv.lock
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/10ygozpgsu0ud2lu.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/10ygozpgsu0ud2lu.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/10ygozpgsu0ud2lu.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/10ygozpgsu0ud2lu.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/16u6js6g0l3k1ic6.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/16u6js6g0l3k1ic6.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/16u6js6g0l3k1ic6.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/16u6js6g0l3k1ic6.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/181cuta0v63atwcm.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/181cuta0v63atwcm.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/181cuta0v63atwcm.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/181cuta0v63atwcm.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1bq5qje1qm23749i.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1bq5qje1qm23749i.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1bq5qje1qm23749i.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1bq5qje1qm23749i.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1dqvxks6k2bzkxe.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1dqvxks6k2bzkxe.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1dqvxks6k2bzkxe.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1dqvxks6k2bzkxe.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1idjnqb23rob2tvo.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1idjnqb23rob2tvo.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1idjnqb23rob2tvo.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1idjnqb23rob2tvo.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1im38lueib99jsk0.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1im38lueib99jsk0.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1im38lueib99jsk0.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1im38lueib99jsk0.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1lelgpelve5cjj1b.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1lelgpelve5cjj1b.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1lelgpelve5cjj1b.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1lelgpelve5cjj1b.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1me60hlgb7a3ij3y.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1me60hlgb7a3ij3y.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1me60hlgb7a3ij3y.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1me60hlgb7a3ij3y.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1y16o1qfye96o7m0.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1y16o1qfye96o7m0.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1y16o1qfye96o7m0.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/1y16o1qfye96o7m0.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/23ggl8omwle9dip3.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/23ggl8omwle9dip3.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/23ggl8omwle9dip3.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/23ggl8omwle9dip3.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/23tqyymcb18u96mb.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/23tqyymcb18u96mb.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/23tqyymcb18u96mb.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/23tqyymcb18u96mb.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2ag0e2gyqzteo5lh.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2ag0e2gyqzteo5lh.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2ag0e2gyqzteo5lh.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2ag0e2gyqzteo5lh.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2jqywn86b2gsqohu.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2jqywn86b2gsqohu.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2jqywn86b2gsqohu.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2jqywn86b2gsqohu.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2lyh15q6cjwzy18c.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2lyh15q6cjwzy18c.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2lyh15q6cjwzy18c.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2lyh15q6cjwzy18c.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2q5257pdh5222n7q.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2q5257pdh5222n7q.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2q5257pdh5222n7q.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2q5257pdh5222n7q.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2r82puffnvvb8iic.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2r82puffnvvb8iic.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2r82puffnvvb8iic.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2r82puffnvvb8iic.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2yf0izvq9wmxs9a5.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2yf0izvq9wmxs9a5.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2yf0izvq9wmxs9a5.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/2yf0izvq9wmxs9a5.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3ayaeypdcro9d6yk.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3ayaeypdcro9d6yk.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3ayaeypdcro9d6yk.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3ayaeypdcro9d6yk.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3hfnnvlph5ozv32c.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3hfnnvlph5ozv32c.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3hfnnvlph5ozv32c.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3hfnnvlph5ozv32c.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3kfx4ynvkmi2y9i5.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3kfx4ynvkmi2y9i5.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3kfx4ynvkmi2y9i5.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3kfx4ynvkmi2y9i5.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3rngp6bm2u2q5z0y.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3rngp6bm2u2q5z0y.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3rngp6bm2u2q5z0y.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3rngp6bm2u2q5z0y.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3wta9ctgdrpkmlpr.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3wta9ctgdrpkmlpr.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3wta9ctgdrpkmlpr.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/3wta9ctgdrpkmlpr.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/42pcprhl8qosvo9v.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/42pcprhl8qosvo9v.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/42pcprhl8qosvo9v.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/42pcprhl8qosvo9v.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/43v6g0y2xsxoggnt.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/43v6g0y2xsxoggnt.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/43v6g0y2xsxoggnt.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/43v6g0y2xsxoggnt.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/44fwlp5wvpf2x6hd.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/44fwlp5wvpf2x6hd.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/44fwlp5wvpf2x6hd.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/44fwlp5wvpf2x6hd.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/48721dc4k5qxei0u.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/48721dc4k5qxei0u.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/48721dc4k5qxei0u.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/48721dc4k5qxei0u.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/49a7n47po4ttqjl7.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/49a7n47po4ttqjl7.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/49a7n47po4ttqjl7.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/49a7n47po4ttqjl7.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4gbgp5a7xd4lch9n.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4gbgp5a7xd4lch9n.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4gbgp5a7xd4lch9n.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4gbgp5a7xd4lch9n.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4oc10dk278mpk1vy.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4oc10dk278mpk1vy.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4oc10dk278mpk1vy.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4oc10dk278mpk1vy.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4x335n22m9teucop.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4x335n22m9teucop.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4x335n22m9teucop.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4x335n22m9teucop.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4xq48u46a1pwiqn7.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4xq48u46a1pwiqn7.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4xq48u46a1pwiqn7.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4xq48u46a1pwiqn7.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4yh8x2b62dcih00t.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4yh8x2b62dcih00t.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4yh8x2b62dcih00t.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4yh8x2b62dcih00t.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4ypvbwho0bu5tnww.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4ypvbwho0bu5tnww.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4ypvbwho0bu5tnww.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/4ypvbwho0bu5tnww.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/5ff8tflogd3ohf7d.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/5ff8tflogd3ohf7d.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/5ff8tflogd3ohf7d.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/5ff8tflogd3ohf7d.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/7p53qlves2rwxx0.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/7p53qlves2rwxx0.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/7p53qlves2rwxx0.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/7p53qlves2rwxx0.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/8xzrsc1ux72v29j.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/8xzrsc1ux72v29j.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/8xzrsc1ux72v29j.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/8xzrsc1ux72v29j.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/98g0d9x8aw3akpe.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/98g0d9x8aw3akpe.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/98g0d9x8aw3akpe.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/98g0d9x8aw3akpe.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/9elsx31vb4it187.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/9elsx31vb4it187.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/9elsx31vb4it187.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/9elsx31vb4it187.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/axa40e43gxrjm3m.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/axa40e43gxrjm3m.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/axa40e43gxrjm3m.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/axa40e43gxrjm3m.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/axtihhkbvxh0bzs.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/axtihhkbvxh0bzs.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/axtihhkbvxh0bzs.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/axtihhkbvxh0bzs.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/bgnho0tqnbm6uhe.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/bgnho0tqnbm6uhe.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/bgnho0tqnbm6uhe.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/bgnho0tqnbm6uhe.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/c6lbtaiefvx3wya.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/c6lbtaiefvx3wya.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/c6lbtaiefvx3wya.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/c6lbtaiefvx3wya.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/dep-graph.bin b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/dep-graph.bin
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/dep-graph.bin
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/dep-graph.bin
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/kclyx7of0fal6jf.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/kclyx7of0fal6jf.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/kclyx7of0fal6jf.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/kclyx7of0fal6jf.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/query-cache.bin b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/query-cache.bin
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/query-cache.bin
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/query-cache.bin
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/v6ozwtpojmqfurc.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/v6ozwtpojmqfurc.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/v6ozwtpojmqfurc.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/v6ozwtpojmqfurc.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/work-products.bin b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/work-products.bin
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/work-products.bin
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/work-products.bin
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/y08g5q2x813c4wx.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/y08g5q2x813c4wx.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/y08g5q2x813c4wx.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/y08g5q2x813c4wx.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/z9ox7biyn1otfln.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/z9ox7biyn1otfln.o
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/z9ox7biyn1otfln.o
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136-31hzdp9ywpizv/z9ox7biyn1otfln.o
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136.lock b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136.lock
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136.lock
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-1z3k61p0nldlo/s-f2t7nufdzy-193v136.lock
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-24uuydir119g5/s-f2r1wpvwhu-1xvkdgp.lock b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-24uuydir119g5/s-f2r1wpvwhu-1xvkdgp.lock
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/first_depth_search-24uuydir119g5/s-f2r1wpvwhu-1xvkdgp.lock
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-24uuydir119g5/s-f2r1wpvwhu-1xvkdgp.lock
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/16i0u6jlhoj1fwbo.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/16i0u6jlhoj1fwbo.o
new file mode 100644
index 0000000..d294477
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/16i0u6jlhoj1fwbo.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/16u6js6g0l3k1ic6.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/16u6js6g0l3k1ic6.o
new file mode 100644
index 0000000..14ef556
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/16u6js6g0l3k1ic6.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/181cuta0v63atwcm.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/181cuta0v63atwcm.o
new file mode 100644
index 0000000..41d28ea
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/181cuta0v63atwcm.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1bq5qje1qm23749i.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1bq5qje1qm23749i.o
new file mode 100644
index 0000000..a479c9b
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1bq5qje1qm23749i.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1dqvxks6k2bzkxe.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1dqvxks6k2bzkxe.o
new file mode 100644
index 0000000..e8226d6
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1dqvxks6k2bzkxe.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1idjnqb23rob2tvo.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1idjnqb23rob2tvo.o
new file mode 100644
index 0000000..78082e1
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1idjnqb23rob2tvo.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1im38lueib99jsk0.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1im38lueib99jsk0.o
new file mode 100644
index 0000000..70d6aa5
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1im38lueib99jsk0.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1lelgpelve5cjj1b.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1lelgpelve5cjj1b.o
new file mode 100644
index 0000000..5e25665
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1lelgpelve5cjj1b.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1me60hlgb7a3ij3y.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1me60hlgb7a3ij3y.o
new file mode 100644
index 0000000..0057eb4
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1me60hlgb7a3ij3y.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1y16o1qfye96o7m0.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1y16o1qfye96o7m0.o
new file mode 100644
index 0000000..29cfccd
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1y16o1qfye96o7m0.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1zwd8n7bcl3vhvvh.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1zwd8n7bcl3vhvvh.o
new file mode 100644
index 0000000..c1ddd1e
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/1zwd8n7bcl3vhvvh.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/23tqyymcb18u96mb.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/23tqyymcb18u96mb.o
new file mode 100644
index 0000000..a50e750
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/23tqyymcb18u96mb.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2640z5nlaa1e9i15.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2640z5nlaa1e9i15.o
new file mode 100644
index 0000000..dc5ca3c
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2640z5nlaa1e9i15.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2ag0e2gyqzteo5lh.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2ag0e2gyqzteo5lh.o
new file mode 100644
index 0000000..f25403e
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2ag0e2gyqzteo5lh.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2areh0j5h114qj0h.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2areh0j5h114qj0h.o
new file mode 100644
index 0000000..a86ddf2
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2areh0j5h114qj0h.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2jqywn86b2gsqohu.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2jqywn86b2gsqohu.o
new file mode 100644
index 0000000..772a64a
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2jqywn86b2gsqohu.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2lyh15q6cjwzy18c.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2lyh15q6cjwzy18c.o
new file mode 100644
index 0000000..2cd3f9d
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2lyh15q6cjwzy18c.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2q5257pdh5222n7q.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2q5257pdh5222n7q.o
new file mode 100644
index 0000000..b55518d
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2q5257pdh5222n7q.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2r82puffnvvb8iic.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2r82puffnvvb8iic.o
new file mode 100644
index 0000000..ff90d9c
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2r82puffnvvb8iic.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2yf0izvq9wmxs9a5.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2yf0izvq9wmxs9a5.o
new file mode 100644
index 0000000..71291ae
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/2yf0izvq9wmxs9a5.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/3ayaeypdcro9d6yk.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/3ayaeypdcro9d6yk.o
new file mode 100644
index 0000000..ab870ae
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/3ayaeypdcro9d6yk.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/3hfnnvlph5ozv32c.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/3hfnnvlph5ozv32c.o
new file mode 100644
index 0000000..8b12d76
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/3hfnnvlph5ozv32c.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/3kfx4ynvkmi2y9i5.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/3kfx4ynvkmi2y9i5.o
new file mode 100644
index 0000000..5a8d1c1
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/3kfx4ynvkmi2y9i5.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/3rngp6bm2u2q5z0y.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/3rngp6bm2u2q5z0y.o
new file mode 100644
index 0000000..14587bb
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/3rngp6bm2u2q5z0y.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/3wta9ctgdrpkmlpr.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/3wta9ctgdrpkmlpr.o
new file mode 100644
index 0000000..5bdbd4d
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/3wta9ctgdrpkmlpr.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/42pcprhl8qosvo9v.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/42pcprhl8qosvo9v.o
new file mode 100644
index 0000000..a9e58fb
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/42pcprhl8qosvo9v.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/43v6g0y2xsxoggnt.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/43v6g0y2xsxoggnt.o
new file mode 100644
index 0000000..e94086e
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/43v6g0y2xsxoggnt.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/44fwlp5wvpf2x6hd.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/44fwlp5wvpf2x6hd.o
new file mode 100644
index 0000000..ff96f55
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/44fwlp5wvpf2x6hd.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/48721dc4k5qxei0u.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/48721dc4k5qxei0u.o
new file mode 100644
index 0000000..ae156a6
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/48721dc4k5qxei0u.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/49a7n47po4ttqjl7.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/49a7n47po4ttqjl7.o
new file mode 100644
index 0000000..80689ea
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/49a7n47po4ttqjl7.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4gbgp5a7xd4lch9n.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4gbgp5a7xd4lch9n.o
new file mode 100644
index 0000000..8f799af
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4gbgp5a7xd4lch9n.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4oc10dk278mpk1vy.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4oc10dk278mpk1vy.o
new file mode 100644
index 0000000..4514bb9
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4oc10dk278mpk1vy.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4x335n22m9teucop.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4x335n22m9teucop.o
new file mode 100644
index 0000000..f9f2c41
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4x335n22m9teucop.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4xq48u46a1pwiqn7.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4xq48u46a1pwiqn7.o
new file mode 100644
index 0000000..c13fa0d
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4xq48u46a1pwiqn7.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4yh8x2b62dcih00t.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4yh8x2b62dcih00t.o
new file mode 100644
index 0000000..9040574
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4yh8x2b62dcih00t.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4ypvbwho0bu5tnww.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4ypvbwho0bu5tnww.o
new file mode 100644
index 0000000..95c9c65
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/4ypvbwho0bu5tnww.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/56dly8q07ws8ucdq.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/56dly8q07ws8ucdq.o
new file mode 100644
index 0000000..1ca9e20
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/56dly8q07ws8ucdq.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/5ff8tflogd3ohf7d.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/5ff8tflogd3ohf7d.o
new file mode 100644
index 0000000..4390394
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/5ff8tflogd3ohf7d.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/7p53qlves2rwxx0.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/7p53qlves2rwxx0.o
new file mode 100644
index 0000000..2bfe241
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/7p53qlves2rwxx0.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/81jpvh8cn5k8ng8.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/81jpvh8cn5k8ng8.o
new file mode 100644
index 0000000..31c9aec
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/81jpvh8cn5k8ng8.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/8xzrsc1ux72v29j.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/8xzrsc1ux72v29j.o
new file mode 100644
index 0000000..c05ddf2
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/8xzrsc1ux72v29j.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/98g0d9x8aw3akpe.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/98g0d9x8aw3akpe.o
new file mode 100644
index 0000000..de19094
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/98g0d9x8aw3akpe.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/9elsx31vb4it187.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/9elsx31vb4it187.o
new file mode 100644
index 0000000..d8a92fe
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/9elsx31vb4it187.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/axa40e43gxrjm3m.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/axa40e43gxrjm3m.o
new file mode 100644
index 0000000..4f575d1
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/axa40e43gxrjm3m.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/axtihhkbvxh0bzs.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/axtihhkbvxh0bzs.o
new file mode 100644
index 0000000..8b40def
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/axtihhkbvxh0bzs.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/bgnho0tqnbm6uhe.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/bgnho0tqnbm6uhe.o
new file mode 100644
index 0000000..bd58581
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/bgnho0tqnbm6uhe.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/c6lbtaiefvx3wya.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/c6lbtaiefvx3wya.o
new file mode 100644
index 0000000..2d72947
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/c6lbtaiefvx3wya.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/dep-graph.bin b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/dep-graph.bin
new file mode 100644
index 0000000..64e02d4
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/dep-graph.bin differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/kclyx7of0fal6jf.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/kclyx7of0fal6jf.o
new file mode 100644
index 0000000..cb991d5
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/kclyx7of0fal6jf.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/oa3rad818d8sgn4.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/oa3rad818d8sgn4.o
new file mode 100644
index 0000000..ad8d738
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/oa3rad818d8sgn4.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/query-cache.bin b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/query-cache.bin
new file mode 100644
index 0000000..fbd6d9d
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/query-cache.bin differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/v6ozwtpojmqfurc.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/v6ozwtpojmqfurc.o
new file mode 100644
index 0000000..a4cf8fb
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/v6ozwtpojmqfurc.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/work-products.bin b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/work-products.bin
new file mode 100644
index 0000000..9c89ee0
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/work-products.bin differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/y08g5q2x813c4wx.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/y08g5q2x813c4wx.o
new file mode 100644
index 0000000..926a10d
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/y08g5q2x813c4wx.o differ
diff --git a/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/z9ox7biyn1otfln.o b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/z9ox7biyn1otfln.o
new file mode 100644
index 0000000..8f26947
Binary files /dev/null and b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv-13d2tfjzfb1tw/z9ox7biyn1otfln.o differ
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20.lock b/examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv.lock
old mode 100644
new mode 100755
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/target/debug/incremental/crossterm-1yj7wf4dz8rnp/s-f2t9yfbqd8-1yzta20.lock
rename to examples/Crossterm 0.2.3/program_examples/first_depth_search/target/debug/incremental/first_depth_search-xg0cy2aqlkfj/s-f2ubhajh5q-1uswsyv.lock
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/terminal/alternate_screen.rs b/examples/Crossterm 0.2.3/terminal/alternate_screen.rs
similarity index 72%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/terminal/alternate_screen.rs
rename to examples/Crossterm 0.2.3/terminal/alternate_screen.rs
index e9005df..45d2932 100644
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/terminal/alternate_screen.rs
+++ b/examples/Crossterm 0.2.3/terminal/alternate_screen.rs
@@ -38,7 +38,7 @@ fn print_wait_screen(context: Rc) {
stdout().flush();
}
-/// print wait screen on alternate screen, then switches back to mainscreen | demonstration.
+/// print wait screen on alternate screen, then swich back.
pub fn print_wait_screen_on_alternate_window(context: Rc) {
// create scope. If this scope ends the screen will be switched back to mainscreen.
// because `AlternateScreen` switches back to main screen when switching back.
@@ -50,10 +50,10 @@ pub fn print_wait_screen_on_alternate_window(context: Rc) {
println!();
// Print the wait screen.
print_wait_screen(context.clone());
- } // <- switch back to main screen
+ }
}
-/// some stress test switch from and to alternate screen | demonstration
+/// some stress test switch from and to alternate screen.
pub fn switch_between_main_and_alternate_screen() {
let context = Context::new();
let mut cursor = cursor(context.clone());
@@ -79,23 +79,3 @@ pub fn switch_between_main_and_alternate_screen() {
println!("Whe are back at the main screen");
}
-
-/// Switch to alternate screen using the `Context` of `Crossterm` | demonstration.
-pub fn create_alternate_screen_from_crossterm()
-{
- use crossterm::screen::*;
- use crossterm::Crossterm;
-
- let crossterm = Crossterm::new();
-
- {
- // move into alternate screen
- let alternate_screen = AlternateScreen::from(crossterm.context());
-
- // this will move the cursor and print `some text` on the alternate screen.
- crossterm.cursor().goto(10, 10).print("Some text");
- } // <- alternate screen ends here an will be switched back to main screen.
-
- // print "Some other text" on the mainscreen at x: 0, y: 10
- crossterm.cursor().goto(0,10).print("Some other text");
-}
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/terminal/mod.rs b/examples/Crossterm 0.2.3/terminal/mod.rs
similarity index 93%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/terminal/mod.rs
rename to examples/Crossterm 0.2.3/terminal/mod.rs
index 3c0ff0f..7eacb19 100644
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/terminal/mod.rs
+++ b/examples/Crossterm 0.2.3/terminal/mod.rs
@@ -6,5 +6,5 @@ pub mod alternate_screen;
pub mod terminal;
/// Alternate screen is only supported for unix systems. Windows support will come later :).
-//#[cfg(target_os = "unix")]
+#[cfg(target_os = "unix")]
pub mod raw_mode;
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/terminal/raw_mode.rs b/examples/Crossterm 0.2.3/terminal/raw_mode.rs
similarity index 96%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/terminal/raw_mode.rs
rename to examples/Crossterm 0.2.3/terminal/raw_mode.rs
index 94865a5..6e202f1 100644
--- a/examples/Crossterm 0.2.2 - New Version (Not finished)/terminal/raw_mode.rs
+++ b/examples/Crossterm 0.2.3/terminal/raw_mode.rs
@@ -11,6 +11,7 @@ use std::{thread, time};
use crossterm::raw::IntoRawMode;
+// raw screen is not working correctly currently
fn print_wait_screen(context: Rc) {
terminal::terminal(context.clone()).clear(ClearType::All);
@@ -33,7 +34,6 @@ fn print_wait_screen(context: Rc) {
}
}
-/// print wait screen on raw alternate screen | demonstration
pub fn print_wait_screen_on_alternate_window() {
let context = Context::new();
diff --git a/examples/Crossterm 0.2.2 - New Version (Not finished)/terminal/terminal.rs b/examples/Crossterm 0.2.3/terminal/terminal.rs
similarity index 100%
rename from examples/Crossterm 0.2.2 - New Version (Not finished)/terminal/terminal.rs
rename to examples/Crossterm 0.2.3/terminal/terminal.rs
diff --git a/src/kernel/unix_kernel/terminal.rs b/src/kernel/unix_kernel/terminal.rs
index baf1964..51ff257 100644
--- a/src/kernel/unix_kernel/terminal.rs
+++ b/src/kernel/unix_kernel/terminal.rs
@@ -10,8 +10,7 @@ use std::io::Error;
use std::rc::Rc;
use std::{io, mem};
-//! A representation of the size of the current terminal.
-
+/// A representation of the size of the current terminal.
#[repr(C)]
#[derive(Debug)]
pub struct UnixSize {
diff --git a/string b/string
deleted file mode 100644
index e69de29..0000000