From 0b1a3adfde3fc1170b8e6ab637d8b21134ca56e2 Mon Sep 17 00:00:00 2001 From: Rose <83477269+AtariDreams@users.noreply.github.com> Date: Tue, 28 Sep 2021 02:22:53 -0400 Subject: [PATCH] Mention C# in the README (#1703) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08d59ee..45df7c6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Calculator -The Windows Calculator app is a modern Windows app written in C++ that ships pre-installed with Windows. +The Windows Calculator app is a modern Windows app written in C++ and C# that ships pre-installed with Windows. The app provides standard, scientific, and programmer calculator functionality, as well as a set of converters between various units of measurement and currencies. Calculator ships regularly with new features and bug fixes. You can get the latest version of Calculator in the [Microsoft Store](https://www.microsoft.com/store/apps/9WZDNCRFHVN5).