A package that exports the uppercase letter C
npm install @uppercase-letters/cbash
npm install @uppercase-letters/c
`
Usage
Import this package to use the letter in your application without hardcoding strings.
`javascript
const uppercaseC = require('@uppercase-letters/c')
console.log(uppercaseC) // Output: "C"
``