source: CMT/v1r19/src/demo/demoA/demoA.cxx @ 5

Last change on this file since 5 was 5, checked in by arnault, 19 years ago

dos2unix several files

File size: 351 bytes
Line 
1//-----------------------------------------------------------
2// Copyright Christian Arnault LAL-Orsay CNRS
3// arnault@lal.in2p3.fr
4// See the complete license in cmt_license.txt "http://www.cecill.info".
5//-----------------------------------------------------------
6
7#include <stdio.h>
8 
9int main ()
10{
11  //xxx
12  printf ("demoA\n");
13
14  return (0);
15}
Note: See TracBrowser for help on using the repository browser.