Skip to content

Commit f2c40a5

Browse files
committed
Update content/1_General/Running_Code_Locally.mdx
1 parent c30b722 commit f2c40a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/1_General/Running_Code_Locally.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ If you have installed `g++` as described
267267
This is usable with
268268
[GCC](https://en.wikipedia.org/wiki/GNU_Compiler_Collection). However, Mac OS X
269269
uses [Clang](https://en.wikipedia.org/wiki/Clang) while Windows uses
270-
[Microsoft Visual C++ (MVSC)](https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B)
270+
[Microsoft Visual C++ (MSVC)](https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B)
271271
by default. `<bits/stdc++.h>` is **not** a standard header file, so it will not
272272
work with the latter two. This is one of the reasons why you should **not** use
273273
`<bits/stdc++.h>` outside of competitive programming.

0 commit comments

Comments
 (0)