root/GnuDevelopmentTools/src/hello.c

Revision 7, 79 bytes (checked in by wataru, 5 years ago)

1st edition

Line 
1 #include <stdio.h>
2
3 int main() {
4   printf("Hello, world!\n");
5   return 123;
6  }
Note: See TracBrowser for help on using the browser.