Parent Directory | Revision Log
Initial project commit.
1 | dashley | 148 | #include <stdio.h> |
2 | |||
3 | int c_main(int argc, char **argv) | ||
4 | { | ||
5 | printf("Hello, world.\n"); | ||
6 | |||
7 | return 0; | ||
8 | } | ||
9 |
dashley@gmail.com | ViewVC Help |
Powered by ViewVC 1.1.25 |