various fixes

- removed experimental test lib
- fixed watch not outputting errors
- updated examples
- added TODOs for when standard is made public
This commit is contained in:
JOLIMAITRE Matthieu 2022-09-25 16:40:18 +02:00
parent 32acd5e888
commit e7433e42db
9 changed files with 16 additions and 18 deletions

View file

@ -2,7 +2,8 @@
int main() {
int a;
printf("hello, world!! %d\n", a);
printf("hello, world!\n");
printf("a: %d\n", a);
}