kit
kit
git clone
https://git.ryansepassi.com/git/kit.git
Log
|
Files
|
Refs
|
README
6_5_14_ternary.c (49B)
1
int test_main(void) { return (5 > 3) ? 42 : 7; }