From 29b922c589f9e8607b3f6dc609a4e4cff45f70c5 Mon Sep 17 00:00:00 2001 From: Nathan Wang Date: Wed, 15 Jul 2020 22:47:15 -0700 Subject: [PATCH] small --- content/1_Intro/Choosing_Lang.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/1_Intro/Choosing_Lang.mdx b/content/1_Intro/Choosing_Lang.mdx index 642401f..e01317c 100644 --- a/content/1_Intro/Choosing_Lang.mdx +++ b/content/1_Intro/Choosing_Lang.mdx @@ -13,7 +13,7 @@ The most popular languages that USACO supports are [C++11](https://en.wikipedia. - If you know multiple languages, we recommend you pick C++ over Java, and Java over Python. - **For Bronze, any language will do.** It is possible to receive full credit with C++, Java, and Python in Bronze. - **For SilverHowever, if Python is the only language you know / you really want to use Python, you can still pass Silver with Python., Gold, and Platinum, Python is not recommended**, because it is a slow language and lacks an ordered map. - - Check "Factors to Consider When Choosing a Language" for more information. + - Check [Factors to Consider When Choosing a Language](/intro/factors-choosing) for more information. Keep in mind that it's easy to switch languages down the road. Don't get caught up on which language to choose. Just pick the one you feel most comfortable with!