Add TD7
This commit is contained in:
parent
4296f3a394
commit
553cdc440c
24 changed files with 919 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
char c[10];
|
||||
c[10] = 1;
|
||||
c[-1] = 1;
|
||||
|
||||
return c[10];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue