root/GnuDevelopmentTools/src/hello_nostdinc.c

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

1st edition

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