Please note that User Registration has been temporarily disabled due to a recent increase in automated registrations. If anyone needs an account, please request one here: RequestAccount. Thanks for your patience!
Difference between revisions of "Bbfile"
From Openembedded.org
(New page: #include <stdio.h> int main (int argc, char** arcv) { printf("Hello word!!!\n"); return 0; }) |
m |
||
| Line 1: | Line 1: | ||
| + | <pre> | ||
#include <stdio.h> | #include <stdio.h> | ||
| Line 6: | Line 7: | ||
return 0; | return 0; | ||
} | } | ||
| + | </pre> | ||
Revision as of 12:59, 4 July 2008
#include <stdio.h>
int main (int argc, char** arcv)
{
printf("Hello word!!!\n");
return 0;
}