root/GnuDevelopmentTools/src/hello_define.c

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

1st edition

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