From b8077c643b80cb0a427cd87ea4b890c012e7d918 Mon Sep 17 00:00:00 2001 From: RustByPractise Date: Thu, 17 Oct 2024 09:19:16 +0300 Subject: [PATCH] Rename Hashmap.md to Hashmap.mc --- solutions/collections/{Hashmap.md => Hashmap.mc} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename solutions/collections/{Hashmap.md => Hashmap.mc} (99%) diff --git a/solutions/collections/Hashmap.md b/solutions/collections/Hashmap.mc similarity index 99% rename from solutions/collections/Hashmap.md rename to solutions/collections/Hashmap.mc index 5cbad194b..53d73db37 100644 --- a/solutions/collections/Hashmap.md +++ b/solutions/collections/Hashmap.mc @@ -166,4 +166,4 @@ fn main() { assert_eq!(v2, "hello"); } -``` \ No newline at end of file +```