From 53fbea7f22005122096e6f926358bc544f89051a Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Wed, 11 Aug 2021 06:28:05 -0600 Subject: [PATCH] Update README.md Removed mostly unhelpful longstanding note about potential new languages being added in the future. --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 8a3ae53..f2a8651 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,6 @@ To complete this short coding exercise, pick your preferred language and get all 9 unit tests to pass. You will need to implement a function that takes in two date ranges and returns the overlap of those date ranges as a new date range. If there is no overlap, an exception should be thrown. Make no assumptions about the order of the date ranges that are passed into the function. Please look at the tests to validate that you are returning the expected result in each case. -## Note Regarding Additional Languages - -The following languages may one day get support: - - Rust - - Scala - - Kotlin - - Clojure - - Swift - - F# - -No plans exist to develop tests for these at the moment. - ## Setup C# ```