From 72f3484804007bea5389f5cd3f28e8ed9add1822 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Mon, 3 Sep 2018 19:26:42 -0700 Subject: [PATCH] lr -> pr --- {lr => pr}/ch2/gcd/Cargo.toml | 0 {lr => pr}/ch2/gcd/src/main.rs | 0 {lr => pr}/ch2/iron-gcd/Cargo.toml | 0 {lr => pr}/ch2/iron-gcd/src/main.rs | 0 {lr => pr}/ch2/mandelbrot/Cargo.toml | 0 {lr => pr}/ch2/mandelbrot/src/main.rs | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {lr => pr}/ch2/gcd/Cargo.toml (100%) rename {lr => pr}/ch2/gcd/src/main.rs (100%) rename {lr => pr}/ch2/iron-gcd/Cargo.toml (100%) rename {lr => pr}/ch2/iron-gcd/src/main.rs (100%) rename {lr => pr}/ch2/mandelbrot/Cargo.toml (100%) rename {lr => pr}/ch2/mandelbrot/src/main.rs (100%) diff --git a/lr/ch2/gcd/Cargo.toml b/pr/ch2/gcd/Cargo.toml similarity index 100% rename from lr/ch2/gcd/Cargo.toml rename to pr/ch2/gcd/Cargo.toml diff --git a/lr/ch2/gcd/src/main.rs b/pr/ch2/gcd/src/main.rs similarity index 100% rename from lr/ch2/gcd/src/main.rs rename to pr/ch2/gcd/src/main.rs diff --git a/lr/ch2/iron-gcd/Cargo.toml b/pr/ch2/iron-gcd/Cargo.toml similarity index 100% rename from lr/ch2/iron-gcd/Cargo.toml rename to pr/ch2/iron-gcd/Cargo.toml diff --git a/lr/ch2/iron-gcd/src/main.rs b/pr/ch2/iron-gcd/src/main.rs similarity index 100% rename from lr/ch2/iron-gcd/src/main.rs rename to pr/ch2/iron-gcd/src/main.rs diff --git a/lr/ch2/mandelbrot/Cargo.toml b/pr/ch2/mandelbrot/Cargo.toml similarity index 100% rename from lr/ch2/mandelbrot/Cargo.toml rename to pr/ch2/mandelbrot/Cargo.toml diff --git a/lr/ch2/mandelbrot/src/main.rs b/pr/ch2/mandelbrot/src/main.rs similarity index 100% rename from lr/ch2/mandelbrot/src/main.rs rename to pr/ch2/mandelbrot/src/main.rs