diff --git a/dmath/README.md b/snippets/dmath/README.md similarity index 100% rename from dmath/README.md rename to snippets/dmath/README.md diff --git a/dmath/factors.d b/snippets/dmath/factors.d similarity index 100% rename from dmath/factors.d rename to snippets/dmath/factors.d diff --git a/dmath/hcf.d b/snippets/dmath/hcf.d similarity index 100% rename from dmath/hcf.d rename to snippets/dmath/hcf.d diff --git a/dmath/isfactor.d b/snippets/dmath/isfactor.d similarity index 100% rename from dmath/isfactor.d rename to snippets/dmath/isfactor.d diff --git a/dmath/lcm.d b/snippets/dmath/lcm.d similarity index 100% rename from dmath/lcm.d rename to snippets/dmath/lcm.d diff --git a/dmath/primes.d b/snippets/dmath/primes.d similarity index 100% rename from dmath/primes.d rename to snippets/dmath/primes.d diff --git a/dsafe/pledge.d b/snippets/dsafe/pledge.d similarity index 100% rename from dsafe/pledge.d rename to snippets/dsafe/pledge.d diff --git a/dsafe/stderr.d b/snippets/dsafe/stderr.d similarity index 100% rename from dsafe/stderr.d rename to snippets/dsafe/stderr.d diff --git a/nixctor/README.md b/snippets/nixctor/README.md similarity index 100% rename from nixctor/README.md rename to snippets/nixctor/README.md diff --git a/nixctor/ctor.nix b/snippets/nixctor/ctor.nix similarity index 100% rename from nixctor/ctor.nix rename to snippets/nixctor/ctor.nix diff --git a/nixctor/default.nix b/snippets/nixctor/default.nix similarity index 100% rename from nixctor/default.nix rename to snippets/nixctor/default.nix diff --git a/nixctor/lib.c b/snippets/nixctor/lib.c similarity index 100% rename from nixctor/lib.c rename to snippets/nixctor/lib.c diff --git a/nixctor/main.c b/snippets/nixctor/main.c similarity index 100% rename from nixctor/main.c rename to snippets/nixctor/main.c