mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-27 11:04:01 -05:00
* Corrected minimum int value in intro As described in the "Standard Integers" section, at minimum and int can store values -32,768 to 32,767. The negative value was incorrectly listed as -32,767 in the "Data Types in C" section. * fix: typo