The simplest TinyOS program
There is some value in knowing the the simplest code that can be compiled without errors. The C equivalent is
int main () {
return 0;
}
There is some value in knowing the the simplest code that can be compiled without errors. The C equivalent is
int main () {
return 0;
}