epitls-pi/example/simple/main_check_failing.c

10 lines
No EOL
96 B
C

#include <stdio.h>
int main() {
int a;
printf("hello, world!! %d\n", a);
}
int hello = 35;