Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 03bc0c6bcb16a97221b97d281f8d4fa6 > files > 636

cmake-2.8.8-4.fc16.i686.rpm

#ifndef _hello_h
#define _hello_h


class Hello
{
public:
  void Print();
};

#endif