diff --git a/backup/sample-projects/elm/.gitignore b/sample-projects/elm/.gitignore similarity index 100% rename from backup/sample-projects/elm/.gitignore rename to sample-projects/elm/.gitignore diff --git a/backup/sample-projects/elm/README.md b/sample-projects/elm/README.md similarity index 100% rename from backup/sample-projects/elm/README.md rename to sample-projects/elm/README.md diff --git a/backup/sample-projects/elm/elm-tooling.json b/sample-projects/elm/elm-tooling.json similarity index 100% rename from backup/sample-projects/elm/elm-tooling.json rename to sample-projects/elm/elm-tooling.json diff --git a/backup/sample-projects/elm/elm.json b/sample-projects/elm/elm.json similarity index 100% rename from backup/sample-projects/elm/elm.json rename to sample-projects/elm/elm.json diff --git a/backup/sample-projects/elm/src/KitchenSink.elm b/sample-projects/elm/src/KitchenSink.elm similarity index 100% rename from backup/sample-projects/elm/src/KitchenSink.elm rename to sample-projects/elm/src/KitchenSink.elm diff --git a/backup/sample-projects/elm/src/Main.elm b/sample-projects/elm/src/Main.elm similarity index 100% rename from backup/sample-projects/elm/src/Main.elm rename to sample-projects/elm/src/Main.elm diff --git a/backup/sample-projects/elm/src/One.elm b/sample-projects/elm/src/One.elm similarity index 100% rename from backup/sample-projects/elm/src/One.elm rename to sample-projects/elm/src/One.elm diff --git a/backup/sample-projects/haskell/Main.hs b/sample-projects/haskell/Main.hs similarity index 100% rename from backup/sample-projects/haskell/Main.hs rename to sample-projects/haskell/Main.hs diff --git a/backup/sample-projects/rust/.gitignore b/sample-projects/rust/.gitignore similarity index 100% rename from backup/sample-projects/rust/.gitignore rename to sample-projects/rust/.gitignore diff --git a/backup/sample-projects/rust/Cargo.lock b/sample-projects/rust/Cargo.lock similarity index 100% rename from backup/sample-projects/rust/Cargo.lock rename to sample-projects/rust/Cargo.lock diff --git a/backup/sample-projects/rust/Cargo.toml b/sample-projects/rust/Cargo.toml similarity index 100% rename from backup/sample-projects/rust/Cargo.toml rename to sample-projects/rust/Cargo.toml diff --git a/backup/sample-projects/rust/src/main.rs b/sample-projects/rust/src/main.rs similarity index 100% rename from backup/sample-projects/rust/src/main.rs rename to sample-projects/rust/src/main.rs