Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > c4fdc7d792e8d80b1f5a0945ea99deb8 > files > 491

cmake-2.8.0-2.fc13.x86_64.rpm

#ifndef _hello_h
#define _hello_h


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

#endif