]> git.cworth.org Git - hello/blob - hello.c
9a3ff79a7c30a4b990d49fe7c9095d6bd2eab6c0
[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 }