Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > d13c44d25e010cf6888af1334cc6534b > files > 563

cmake-2.8.4-1.fc15.i686.rpm

#ifndef _hello_h
#define _hello_h


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

#endif