1 /* -*- C -*- 2 * 3 * $HEADER$ 4 * 5 * The most basic of applications 6 */ 7 8 #include <stdio.h> 9 10 int main(int argc, char* argv[]) 11 { 12 return 0; 13 }