]> git.cworth.org Git - hello/blob - hello.c
Trim comments.
[hello] / hello.c
1 /*
2  * Placed in the public domain by Bryan O'Sullivan.  This program is
3  * not covered by patents in the United States or other countries.
4  */
5
6 #include <stdio.h>
7
8 int main(int argc, char **argv)
9 {
10         printf("hello, world!\");
11         return 0;
12 }