kit
kit
git clone
https://git.ryansepassi.com/git/kit.git
Log
|
Files
|
Refs
|
README
6_7_9_03_partial_zero.c (65B)
1
int test_main(void) {
2
int a[5] = {42};
3
return a[0] + a[4];
4
}