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:
parent
32acd5e888
commit
e7433e42db
9 changed files with 16 additions and 18 deletions
|
@ -1,8 +1,9 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
int a;
|
||||
printf("hello, world!! %d\n", a);
|
||||
int a = 3;
|
||||
printf("hello, world!\n");
|
||||
printf("a: %d\n", a);
|
||||
}
|
||||
|
||||
int hello = 35;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue