epitls-pi/example/simple/main_check_failing.c
JOLIMAITRE Matthieu e7433e42db various fixes
- removed experimental test lib
- fixed watch not outputting errors
- updated examples
- added TODOs for when standard is made public
2022-09-25 16:40:18 +02:00

11 lines
No EOL
112 B
C

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