The simplest TinyOS program

From TinyOS Wiki
Revision as of 21:54, 9 September 2008 by Raysaikat (talk | contribs)
Jump to: navigation, search

There is some value in knowing the the simplest code that can be compiled without errors. The C equivalent is

int main () {

  return 0;

}