kit
kit
git clone
https://git.ryansepassi.com/git/kit.git
Log
|
Files
|
Refs
|
README
6_3_1_1_01_char_promotion.c (63B)
1
int test_main(void) {
2
char c = 'A';
3
return c - '@' + 41;
4
}