- removed experimental test lib - fixed watch not outputting errors - updated examples - added TODOs for when standard is made public
11 lines
No EOL
112 B
C
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; |