diff --git a/mclibre/README.md b/mclibre/README.md new file mode 100644 index 0000000..1b96125 --- /dev/null +++ b/mclibre/README.md @@ -0,0 +1,4 @@ +# mclibre exercises + +These are exercises from [this website](https://www.mclibre.org/consultar/python/) that I'm translating from Python +to Golang diff --git a/temp-conversion/go.mod b/mclibre/temp-conversion/go.mod similarity index 100% rename from temp-conversion/go.mod rename to mclibre/temp-conversion/go.mod diff --git a/temp-conversion/main.go b/mclibre/temp-conversion/main.go similarity index 100% rename from temp-conversion/main.go rename to mclibre/temp-conversion/main.go