Skip to content

Instantly share code, notes, and snippets.

@klanjabrik
Created November 14, 2018 02:39
Show Gist options
  • Save klanjabrik/2cb68ca4fffe2b3bd7c842d63cffc25f to your computer and use it in GitHub Desktop.
Save klanjabrik/2cb68ca4fffe2b3bd7c842d63cffc25f to your computer and use it in GitHub Desktop.
#ifndef Kucing_h
#define Kucing_h
namespace klanjabrik {
void takonKabar();
class Kucing {
public:
Kucing();
void bicara();
virtual ~Kucing();
};
} /* namespace klanjabrik */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment